changed: #menu
authorClaus Gittinger <cg@exept.de>
Tue, 24 Feb 2015 12:49:55 +0100
changeset 15399 3c49989e6963
parent 15398 c23eef1695d1
child 15400 203e07da06e1
changed: #menu help menu layout and title (Menu_Help instead of Help)
CodeGeneratorTool.st
--- a/CodeGeneratorTool.st	Tue Feb 24 12:49:13 2015 +0100
+++ b/CodeGeneratorTool.st	Tue Feb 24 12:49:55 2015 +0100
@@ -462,7 +462,7 @@
                 )
             )
              #(#MenuItem
-                #label: 'Help'
+                #label: 'MENU_Help'
                 #translateLabel: true
                 #startGroup: #right
                 #submenu: 
@@ -551,7 +551,7 @@
                 )
             )
              #(#MenuItem
-                #label: 'Help'
+                #label: 'MENU_Help'
                 #translateLabel: true
                 #startGroup: #right
                 #submenu: 
@@ -1790,10 +1790,10 @@
 !CodeGeneratorTool class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/CodeGeneratorTool.st,v 1.111 2015-02-19 12:16:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/CodeGeneratorTool.st,v 1.112 2015-02-24 11:49:55 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/CodeGeneratorTool.st,v 1.111 2015-02-19 12:16:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/CodeGeneratorTool.st,v 1.112 2015-02-24 11:49:55 cg Exp $'
 ! !