MethodFinderWindow.st
changeset 3514 d3a2e53f3d57
parent 3482 de4a67d603bb
child 3544 5d127d65ea3e
--- a/MethodFinderWindow.st	Tue Jan 16 22:13:14 2018 +0100
+++ b/MethodFinderWindow.st	Tue Jan 16 22:13:18 2018 +0100
@@ -102,7 +102,7 @@
 
 !MethodFinderWindow class methodsFor:'help specs'!
 
-flyByHelpSpec
+helpSpec
     "This resource specification was automatically generated
      by the UIHelpTool of ST/X."
 
@@ -115,7 +115,7 @@
 
     <resource: #help>
 
-    ^ super flyByHelpSpec addPairsFrom:#(
+    ^ super helpSpec addPairsFrom:#(
 
 #receiverValue
 'Enter a receiver value here.\Can be a constant (like ''hello'')\or an expression, such as "Rectangle basicNew".'