added: #settingsApplicationClass
authorClaus Gittinger <cg@exept.de>
Tue, 19 Apr 2011 13:53:01 +0200
changeset 2352 28840a6d762f
parent 2351 89f497bc9155
child 2353 8841e465eb49
added: #settingsApplicationClass
StoreSourceCodeManager.st
--- a/StoreSourceCodeManager.st	Tue Apr 19 13:52:59 2011 +0200
+++ b/StoreSourceCodeManager.st	Tue Apr 19 13:53:01 2011 +0200
@@ -179,9 +179,12 @@
 !
 
 settingsApplicationClass
+    "link to my settings application (needed for the settings dialog"
+
     ^ StoreSourceCodeManagementSettingsAppl
 
     "Created: / 19-04-2011 / 12:44:26 / cg"
+    "Modified: / 19-04-2011 / 13:52:34 / cg"
 ! !
 
 !StoreSourceCodeManager class methodsFor:'saving'!
@@ -301,9 +304,9 @@
 !StoreSourceCodeManager class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/StoreSourceCodeManager.st,v 1.13 2011-04-19 10:57:49 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/StoreSourceCodeManager.st,v 1.14 2011-04-19 11:53:01 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic3/StoreSourceCodeManager.st,v 1.13 2011-04-19 10:57:49 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/StoreSourceCodeManager.st,v 1.14 2011-04-19 11:53:01 cg Exp $'
 ! !