#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Tue, 16 Jan 2018 22:13:20 +0100
changeset 17887 12f95a14b043
parent 17886 61d939445ea8
child 17888 5374158eb074
#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.
FileBrowserV2.st
--- a/FileBrowserV2.st	Tue Jan 16 22:13:16 2018 +0100
+++ b/FileBrowserV2.st	Tue Jan 16 22:13:20 2018 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2002 by eXept Software AG
 	      All Rights Reserved
@@ -328,7 +326,7 @@
 
 !FileBrowserV2 class methodsFor:'help specs'!
 
-flyByHelpSpec
+helpSpec
     "This resource specification was automatically generated
      by the UIHelpTool of ST/X."
 
@@ -341,7 +339,7 @@
 
     <resource: #help>
 
-    ^ super flyByHelpSpec addPairsFrom:#(
+    ^ super helpSpec addPairsFrom:#(
 
 #columnLabel
 'The text-cursor''s column number'