UIHelpTool.st
changeset 3521 fda84ae10fee
parent 3499 8808fb1f10b3
child 3537 6aacb49f2f25
--- a/UIHelpTool.st	Tue Jan 16 22:14:28 2018 +0100
+++ b/UIHelpTool.st	Tue Jan 16 22:14:35 2018 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1995 by eXept Software AG
 	      All Rights Reserved
@@ -108,7 +110,7 @@
 
 !UIHelpTool class methodsFor:'help specs'!
 
-flyByHelpSpec
+helpSpec
     "This resource specification was automatically generated
      by the UIHelpTool of ST/X."
 
@@ -121,7 +123,7 @@
 
     <resource: #help>
 
-    ^ super flyByHelpSpec addPairsFrom:#(
+    ^ super helpSpec addPairsFrom:#(
 
 #addHelpTextKey
 'Adds the key to the help spec.'
@@ -521,7 +523,7 @@
 alternativeSpecSelectors
     "returns a set of alternative spec method selectors of the resource spec"
 
-    ^ #( helpPairs flyByHelpSpec tooltipSpec )
+    ^ #( helpPairs helpSpec "flyByHelpSpec" tooltipSpec )
 
     "Modified: / 03-02-2017 / 13:05:02 / cg"
 !