#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Tue, 16 Jan 2018 22:13:36 +0100
changeset 17895 3d88a0cf9253
parent 17894 58b0ce702eb0
child 17896 8369fe890ec9
#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.
Tools__OrganizerCanvas.st
--- a/Tools__OrganizerCanvas.st	Tue Jan 16 22:13:34 2018 +0100
+++ b/Tools__OrganizerCanvas.st	Tue Jan 16 22:13:36 2018 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2000 by eXept Software AG
 	      All Rights Reserved
@@ -5142,11 +5144,11 @@
 
 !OrganizerCanvas methodsFor:'help specs'!
 
-flyByHelpTextFor:aComponent
+helpTextFor:aComponent
     (aComponent isSameOrComponentOf:(builder componentAt:#NameSpaceFilterComboBox)) ifTrue:[
         ^ resources string:'Namespace filter'
     ].
-    ^ super flyByHelpTextFor:aComponent
+    ^ super helpTextFor:aComponent
 ! !
 
 !OrganizerCanvas methodsFor:'initialize-release'!