added: #settingsApplicationClass
authorClaus Gittinger <cg@exept.de>
Tue, 19 Apr 2011 13:51:10 +0200
changeset 586 8f0468063710
parent 585 180e5920bfa0
child 587 02d7ed119335
added: #settingsApplicationClass
SVNSourceCodeManager.st
--- a/SVNSourceCodeManager.st	Fri Apr 15 17:49:32 2011 +0200
+++ b/SVNSourceCodeManager.st	Tue Apr 19 13:51:10 2011 +0200
@@ -45,6 +45,12 @@
 
 nameOfVersionMethodInClasses
     ^ #'version_SVN'
+!
+
+settingsApplicationClass
+    ^ SVN::SettingsApp
+
+    "Created: / 19-04-2011 / 13:51:02 / cg"
 ! !
 
 !SVNSourceCodeManager class methodsFor:'source code access'!