support '?' as help (for now: controlled by resources)
authorClaus Gittinger <cg@exept.de>
Mon, 23 Oct 2006 23:16:50 +0200
changeset 2138 55f338a77eb0
parent 2137 70f859d89841
child 2139 093a6c09f0bc
support '?' as help (for now: controlled by resources)
UIPainter.st
--- a/UIPainter.st	Mon Oct 23 23:16:42 2006 +0200
+++ b/UIPainter.st	Mon Oct 23 23:16:50 2006 +0200
@@ -1463,7 +1463,7 @@
             submenuChannel: menuHistory
           )
          (MenuItem
-            label: 'Help'
+            label: 'MENU_Help'
             translateLabel: true
             startGroup: conditionalRight
             submenu: 
@@ -1546,6 +1546,8 @@
         nil
         nil
       )
+
+    "Modified: / 23-10-2006 / 23:16:26 / cg"
 !
 
 menuAlign