#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Tue, 16 Jan 2018 22:13:29 +0100
changeset 3516 39c519deb478
parent 3515 4aad29709ec7
child 3517 e7224542f1a3
#OTHER by cg big refactoring: replaced all flyByHelpXXX sends and implementations by helpXXX. This should remove the confusion on where the tooltips should be stored and which methods need to be redefined. ATTENTION: May introduce temporary inconveniences until all other applications (in exept:xxx packages) are changed.
MenuEditor.st
--- a/MenuEditor.st	Tue Jan 16 22:13:19 2018 +0100
+++ b/MenuEditor.st	Tue Jan 16 22:13:29 2018 +0100
@@ -243,17 +243,11 @@
 
 !MenuEditor class methodsFor:'help specs'!
 
-flyByHelpSpec
-    ^super flyByHelpSpec addPairsFrom:(self localFlyHelpSpecStrings)
-!
-
 helpSpec
-    ^super helpSpec addPairsFrom:(self localFlyHelpSpecStrings)
-
-    "Modified: / 03-08-2011 / 10:13:37 / cg"
-!
-
-localFlyHelpSpecStrings
+    ^super helpSpec addPairsFrom:(self localHelpSpecStrings)
+!
+
+localHelpSpecStrings
     "This resource specification was automatically generated
      by the UIHelpTool of ST/X."