#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Thu, 06 Oct 2016 19:12:47 +0200
changeset 3334 d01f4574870a
parent 3333 32dc40dc06cf
child 3335 217dad1c84d0
#REFACTORING by cg class: UIHelpTool changed: #doSave
UIHelpTool.st
--- a/UIHelpTool.st	Wed Oct 05 23:48:17 2016 +0200
+++ b/UIHelpTool.st	Thu Oct 06 19:12:47 2016 +0200
@@ -1116,7 +1116,7 @@
     "save the help spec to the spec-class(es)"
 
     specClass isNil ifTrue:[
-        self information:(resources string:'No class specified !!').
+        self information:'No class specified !!'.
         ^ nil
     ].
 "/ cg: the following test is rubbish !!