# HG changeset patch # User Claus Gittinger # Date 1533822633 -7200 # Node ID 3b557739ccb5593092a58fd1b9916848abde0f2c # Parent 0651c38418c72ebd3e3112ebc6fa882d0f6f79bc #OTHER by cg info xlations diff -r 0651c38418c7 -r 3b557739ccb5 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 " + "Modified: / 09-08-2018 / 15:31:11 / Claus Gittinger" ! doBrowseChoiceMethod