# HG changeset patch # User Claus Gittinger # Date 1551351493 -3600 # Node ID 61d49e748c1fa1f3b764ec66653366f50074b398 # Parent c3d51a2ffb1846dd8a22ac9ad1888f360cb7fa0b #REFACTORING by cg class: ImageEditor class removed: #helpPairs changed: #helpSpec diff -r c3d51a2ffb18 -r 61d49e748c1f 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 @@ - ^ #( + ^super helpSpec addPairsFrom: #( #autoCropAll 'Find and remove all borders' @@ -624,15 +624,8 @@ ) - "Modified: / 27-05-2018 / 12:16:51 / Claus Gittinger" -! - -helpSpec - - - ^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'!