help menu layout and title (Menu_Help instead of Help)
authorClaus Gittinger <cg@exept.de>
Tue, 24 Feb 2015 12:48:54 +0100
changeset 15395 3dd75c489752
parent 15394 88acbfcaaa07
child 15396 e344d3ab7af0
help menu layout and title (Menu_Help instead of Help)
VersionDiffBrowser.st
--- a/VersionDiffBrowser.st	Tue Feb 24 12:48:51 2015 +0100
+++ b/VersionDiffBrowser.st	Tue Feb 24 12:48:54 2015 +0100
@@ -611,7 +611,7 @@
             )
           )
          (MenuItem
-            label: 'Help'
+            label: 'MENU_Help'
             startGroup: conditionalRight
             submenu: 
            (Menu
@@ -2882,10 +2882,10 @@
 !VersionDiffBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/VersionDiffBrowser.st,v 1.122 2015-02-02 08:33:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/VersionDiffBrowser.st,v 1.123 2015-02-24 11:48:54 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/VersionDiffBrowser.st,v 1.122 2015-02-02 08:33:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/VersionDiffBrowser.st,v 1.123 2015-02-24 11:48:54 cg Exp $'
 ! !