#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Tue, 16 Jan 2018 22:14:17 +0100
changeset 17911 f1432fe75d27
parent 17910 9140bf7eb5b1
child 17912 5799809770ab
#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.
DataBaseSourceCodeManagementSettingsAppl.st
--- a/DataBaseSourceCodeManagementSettingsAppl.st	Tue Jan 16 22:14:14 2018 +0100
+++ b/DataBaseSourceCodeManagementSettingsAppl.st	Tue Jan 16 22:14:17 2018 +0100
@@ -54,7 +54,7 @@
 
 !DataBaseSourceCodeManagementSettingsAppl class methodsFor:'help specs'!
 
-flyByHelpSpec
+helpSpec
     "This resource specification was automatically generated
      by the UIHelpTool of ST/X."
 
@@ -67,7 +67,7 @@
 
     <resource: #help>
 
-    ^ super flyByHelpSpec addPairsFrom:#(
+    ^ super helpSpec addPairsFrom:#(
 
 #defaultDBName
 'Default database; used for all modules which are not listed below'