changed: #initialToolbarMenuSpec
authorClaus Gittinger <cg@exept.de>
Thu, 29 Dec 2011 14:38:39 +0100
changeset 11041 4b9586c63c4a
parent 11040 30836836f9ef
child 11042 12c37b36ab64
changed: #initialToolbarMenuSpec
CodeGeneratorTool.st
--- a/CodeGeneratorTool.st	Thu Dec 29 13:50:54 2011 +0100
+++ b/CodeGeneratorTool.st	Thu Dec 29 14:38:39 2011 +0100
@@ -589,6 +589,7 @@
     "Do not manually edit this!! If it is corrupted,
      the MenuEditor may not be able to read the specification."
 
+
     "
      MenuEditor new openOnClass:CodeGeneratorTool andSelector:#initialToolbarMenuSpec
      (Menu new fromLiteralArrayEncoding:(CodeGeneratorTool initialToolbarMenuSpec)) startUp
@@ -603,6 +604,7 @@
             label: 'Reload'
             itemValue: menuReload
             translateLabel: true
+            isButton: true
             labelImage: (ResourceRetriever ToolbarIconLibrary reload24x24Icon)
           )
          )
@@ -1673,9 +1675,9 @@
 !CodeGeneratorTool class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/CodeGeneratorTool.st,v 1.95 2011-08-19 00:32:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/CodeGeneratorTool.st,v 1.96 2011-12-29 13:38:39 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/CodeGeneratorTool.st,v 1.95 2011-08-19 00:32:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/CodeGeneratorTool.st,v 1.96 2011-12-29 13:38:39 cg Exp $'
 ! !