#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Thu, 28 Feb 2019 11:58:13 +0100
changeset 3644 61d49e748c1f
parent 3643 c3d51a2ffb18
child 3645 d63702a90407
#REFACTORING by cg class: ImageEditor class removed: #helpPairs changed: #helpSpec
ImageEditor.st
--- a/ImageEditor.st	Fri Feb 22 16:39:37 2019 +0100
+++ b/ImageEditor.st	Thu Feb 28 11:58:13 2019 +0100
@@ -307,7 +307,7 @@
 
 !ImageEditor class methodsFor:'help specs'!
 
-helpPairs
+helpSpec
     "This resource specification was automatically generated
      by the UIHelpTool of ST/X."
 
@@ -320,7 +320,7 @@
 
     <resource: #help>
 
-    ^ #(
+    ^super helpSpec addPairsFrom: #(
 
 #autoCropAll
 'Find and remove all borders'
@@ -624,15 +624,8 @@
 
 )
 
-    "Modified: / 27-05-2018 / 12:16:51 / Claus Gittinger"
-!
-
-helpSpec
-    <resource: #programHelp>
-
-    ^super helpSpec addPairsFrom:(self helpPairs)
-
     "Modified: / 16-02-2017 / 12:30:55 / cg"
+    "Modified: / 28-02-2019 / 11:57:39 / Claus Gittinger"
 ! !
 
 !ImageEditor class methodsFor:'image specs'!