Tools__Inspector2.st
changeset 18622 00e53ab225bf
parent 18496 74702babe6bb
child 18767 0478d93cdb75
--- a/Tools__Inspector2.st	Wed Feb 27 22:46:59 2019 +0100
+++ b/Tools__Inspector2.st	Thu Feb 28 11:57:16 2019 +0100
@@ -91,7 +91,7 @@
 
 !Inspector2 class methodsFor:'help specs'!
 
-helpPairs
+helpSpec
     "This resource specification was automatically generated
      by the UIHelpTool of ST/X."
 
@@ -104,7 +104,7 @@
 
     <resource: #help>
 
-    ^ #(
+    ^ super helpSpec addPairsFrom: #(
 
 #backwardInVisitingHistory
 'Move backward in the history of previously visited objects'
@@ -131,23 +131,7 @@
 'Language used for evaluating expressions in code panes'
 )
 
-    "Created: / 19-08-2011 / 08:52:33 / cg"
-!
-
-helpSpec
-    "This resource specification was automatically generated
-     by the UIHelpTool of ST/X."
-
-    "Do not manually edit this!! If it is corrupted,
-     the UIHelpTool may not be able to read the specification."
-
-    "
-     UIHelpTool openOnClass:Tools::Inspector2    
-    "
-
-    <resource: #help>
-
-    ^ super helpSpec addPairsFrom:#(self helpPairs)
+    "Modified: / 28-02-2019 / 11:56:51 / Claus Gittinger"
 ! !
 
 !Inspector2 class methodsFor:'image specs'!