#UI_ENHANCEMENT by cg
authorClaus Gittinger <cg@exept.de>
Sat, 11 Feb 2017 15:29:41 +0100
changeset 17388 f835818f96c2
parent 17387 c7b290baf693
child 17389 6748d8dd312a
#UI_ENHANCEMENT by cg class: AbstractSettingsApplication
AbstractSettingsApplication.st
--- a/AbstractSettingsApplication.st	Sat Feb 11 15:24:26 2017 +0100
+++ b/AbstractSettingsApplication.st	Sat Feb 11 15:29:41 2017 +0100
@@ -21057,9 +21057,11 @@
 'The name used as top-level module name (in the package-identifier) of your own classes and methods).\Will also be the top-level directory name inside the source code repository\and inside your workspace.'
 
 #workspaceDirectory
-'The workspace directory where files are created for building and deployment'
+'The workspace directory where files are created for building and deployment.\Also, the changefile and saved snapshot images are stored there'
 
 )
+
+    "Modified: / 11-02-2017 / 15:28:42 / cg"
 ! !
 
 !AbstractSettingsApplication::WorkspaceSettingsAppl class methodsFor:'image specs'!