ImageEditor.st
changeset 3644 61d49e748c1f
parent 3635 74101a749a34
child 3650 2fa5225d8d65
--- 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'!