# HG changeset patch # User Claus Gittinger # Date 1533555193 -7200 # Node ID 0651c38418c72ebd3e3112ebc6fa882d0f6f79bc # Parent 8eb5579befae00bd3f964896fa8f8336304ec721 #UI_ENHANCEMENT by cg class: TabListEditor changed: #doSave diff -r 8eb5579befae -r 0651c38418c7 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