#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Tue, 16 Jan 2018 22:13:56 +0100
changeset 4045 1671de832c2e
parent 4044 9400ab00cbfc
child 4046 d0fc0a81e0ae
#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.
MenuItem.st
--- a/MenuItem.st	Tue Jan 16 16:20:36 2018 +0100
+++ b/MenuItem.st	Tue Jan 16 22:13:56 2018 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1998 by eXept Software AG
               All Rights Reserved
@@ -291,13 +289,13 @@
 !
 
 activeHelpKey
-    "the key used as index (and argument) to the help/flyByHelpSpec"
+    "the key used as index (and argument) to the helpSpec"
 
     ^ activeHelpKey
 !
 
 activeHelpKey:aKey
-    "the key used as index (and argument) to the help/flyByHelpSpec"
+    "the key used as index (and argument) to the helpSpec"
 
     activeHelpKey := aKey
 !