#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Thu, 09 Aug 2018 15:50:33 +0200
changeset 3585 3b557739ccb5
parent 3584 0651c38418c7
child 3586 87081b50bb22
#OTHER by cg info xlations
MenuEditor.st
--- a/MenuEditor.st	Mon Aug 06 13:33:13 2018 +0200
+++ b/MenuEditor.st	Thu Aug 09 15:50:33 2018 +0200
@@ -2643,7 +2643,7 @@
     |selector cls implClass browsedClass category|
 
     specClass isNil ifTrue:[
-        self warn:(resources string:'Please define the application class first.').
+        self warn:('Please define the application class first.').
         ^ self
     ].
 
@@ -2689,6 +2689,7 @@
     "Created: / 21-10-2010 / 14:07:32 / cg"
     "Modified: / 31-01-2011 / 18:28:59 / cg"
     "Modified: / 17-03-2014 / 12:25:37 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 09-08-2018 / 15:31:11 / Claus Gittinger"
 !
 
 doBrowseChoiceMethod