#UI_ENHANCEMENT by cg
authorClaus Gittinger <cg@exept.de>
Mon, 06 Aug 2018 13:33:13 +0200
changeset 3584 0651c38418c7
parent 3583 8eb5579befae
child 3585 3b557739ccb5
#UI_ENHANCEMENT by cg class: TabListEditor changed: #doSave
TabListEditor.st
--- a/TabListEditor.st	Wed Aug 01 07:55:15 2018 +0200
+++ b/TabListEditor.st	Mon Aug 06 13:33:13 2018 +0200
@@ -1695,7 +1695,7 @@
                 (ReadStream on:code) fileIn.
             ].
             (cls canUnderstand:specSelector) ifFalse:[
-                (YesNoBox confirm:(resources string:'Generate aspect method for tabList (#%1)?' with:specSelector)) ifTrue:[
+                (YesNoBox confirm:(resources string:'Generate aspect method (on instance side) to hold the tabList (#%1)?' with:specSelector)) ifTrue:[
                     self doGenerateAspectMethod
                 ]
             ].
@@ -1706,6 +1706,7 @@
     hasSaved  := true.
 
     "Modified: / 28-01-2014 / 21:56:54 / cg"
+    "Modified: / 06-08-2018 / 13:33:09 / Claus Gittinger"
 !
 
 openDocumentation