method rename: #showHelp -> #showingHelp
authorClaus Gittinger <cg@exept.de>
Fri, 31 Jul 1998 19:37:50 +0200
changeset 936 f3db8359547a
parent 935 43e8ce3b62ca
child 937 8e4b1a548d89
method rename: #showHelp -> #showingHelp
MenuEditor.st
--- a/MenuEditor.st	Fri Jul 31 19:32:55 1998 +0200
+++ b/MenuEditor.st	Fri Jul 31 19:37:50 1998 +0200
@@ -1268,7 +1268,7 @@
                           #label: 'Show Help Texts'
                           #translateLabel: true
                           #activeHelpKey: #helpShowHelp
-                          #indication: #showHelp:
+                          #indication: #showingHelp:
                       )
                     ) nil
                     nil
@@ -1278,7 +1278,7 @@
           nil
       )
 
-    "Modified: / 20.5.1998 / 00:36:34 / cg"
+    "Modified: / 31.7.1998 / 18:19:47 / cg"
 !
 
 menuAdd