support '?' as help (for now: controlled by resources)
authorClaus Gittinger <cg@exept.de>
Mon, 23 Oct 2006 23:16:42 +0200
changeset 2137 70f859d89841
parent 2136 bb10485fa455
child 2138 55f338a77eb0
support '?' as help (for now: controlled by resources)
MenuEditor.st
--- a/MenuEditor.st	Mon Oct 23 23:16:39 2006 +0200
+++ b/MenuEditor.st	Mon Oct 23 23:16:42 2006 +0200
@@ -1035,7 +1035,7 @@
             submenuChannel: menuHistory
           )
          (MenuItem
-            label: '&Help'
+            label: 'MENU_Help'
             translateLabel: true
             startGroup: conditionalRight
             submenuChannel: helpMenu
@@ -1046,7 +1046,7 @@
         nil
       )
 
-    "Modified: / 16-10-2006 / 12:49:43 / cg"
+    "Modified: / 23-10-2006 / 23:16:34 / cg"
 !
 
 settingsMenu