#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Tue, 16 Jan 2018 22:14:02 +0100
changeset 6258 a75c92a4819f
parent 6257 67c2af78181e
child 6259 ebe33a983e14
#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.
FontPanel.st
--- a/FontPanel.st	Tue Jan 16 22:13:42 2018 +0100
+++ b/FontPanel.st	Tue Jan 16 22:14:02 2018 +0100
@@ -232,7 +232,7 @@
 
 !FontPanel class methodsFor:'help'!
 
-flyByHelpSpec
+helpSpec
     <resource: #help>
 
     ^ Dictionary new 
@@ -1019,10 +1019,6 @@
     "Modified: 29.4.1996 / 09:41:47 / cg"
 !
 
-flyByHelpSpec
-    ^ self class flyByHelpSpec
-!
-
 fontForPreview
     "get the preview font"