[commit] r2560 - trunk/Tools/AutoLayout

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Wed Oct 29 11:40:41 CDT 2014


Author: ksmyth
Date: Wed Oct 29 11:40:41 2014
New Revision: 2560

Log:
UNICODE fix for AutoLayout

Modified:
   trunk/Tools/AutoLayout/ComponentConfig.h

Modified: trunk/Tools/AutoLayout/ComponentConfig.h
==============================================================================
--- trunk/Tools/AutoLayout/ComponentConfig.h	Wed Oct 29 10:49:50 2014	(r2559)
+++ trunk/Tools/AutoLayout/ComponentConfig.h	Wed Oct 29 11:40:41 2014	(r2560)
@@ -28,11 +28,11 @@
 
 
 // This name will appear in the popup window for interpreter selection.
-#define COMPONENT_NAME "AutoLayout"
+#define COMPONENT_NAME L"AutoLayout"
 
 
 // This text will appear in the toolbar icon tooltip and in the menu.
-#define TOOLTIP_TEXT "Auto Layout PlugIn"
+#define TOOLTIP_TEXT L"Auto Layout PlugIn"
 
 // This macro determines the component type (addon vs. interpreter):
 #define GME_INTERPRETER


More information about the gme-commit mailing list