# HG changeset patch # User Claus Gittinger # Date 1516137209 -3600 # Node ID 39c519deb478bf6fc6b330ecaf228fc69f1843a4 # Parent 4aad29709ec715e5e3f4f6907f68a4c838337082 #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. diff -r 4aad29709ec7 -r 39c519deb478 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."