support '?' as help (for now: controlled by resources)
authorClaus Gittinger <cg@exept.de>
Mon, 23 Oct 2006 23:16:39 +0200
changeset 2136 bb10485fa455
parent 2135 998a12a7b2ca
child 2137 70f859d89841
support '?' as help (for now: controlled by resources)
ImageEditor.st
--- a/ImageEditor.st	Fri Oct 20 17:36:06 2006 +0200
+++ b/ImageEditor.st	Mon Oct 23 23:16:39 2006 +0200
@@ -2283,7 +2283,7 @@
             submenuChannel: menuHistory
           )
          (MenuItem
-            label: 'Help'
+            label: 'MENU_Help'
             translateLabel: true
             startGroup: conditionalRight
             submenuChannel: menuHelp
@@ -2292,6 +2292,8 @@
         nil
         nil
       )
+
+    "Modified: / 23-10-2006 / 23:16:47 / cg"
 !
 
 menuMouseButtonColors