Tools__NewClassWizardDialog.st
changeset 17903 da4d8d935304
parent 17661 12cfa0179e2a
child 18423 eaf1834500a2
--- a/Tools__NewClassWizardDialog.st	Tue Jan 16 22:13:53 2018 +0100
+++ b/Tools__NewClassWizardDialog.st	Tue Jan 16 22:13:54 2018 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2009 by eXept Software AG
               All Rights Reserved
@@ -79,7 +81,7 @@
 
 !NewClassWizardDialog class methodsFor:'help specs'!
 
-flyByHelpSpec
+helpSpec
     "This resource specification was automatically generated
      by the UIHelpTool of ST/X."
 
@@ -92,7 +94,7 @@
 
     <resource: #help>
 
-    ^ super flyByHelpSpec addPairsFrom:#(
+    ^ super helpSpec addPairsFrom:#(
 
 #chooseSuperclass
 'Open a dialog for superclass selection'