added: #settingsApplicationClass
authorClaus Gittinger <cg@exept.de>
Tue, 19 Apr 2011 12:45:21 +0200
changeset 2345 2dde5bda539c
parent 2344 8a715906b999
child 2346 a207c0ff7a16
added: #settingsApplicationClass
PerforceSourceCodeManager.st
--- a/PerforceSourceCodeManager.st	Tue Apr 19 11:57:40 2011 +0200
+++ b/PerforceSourceCodeManager.st	Tue Apr 19 12:45:21 2011 +0200
@@ -1887,7 +1887,7 @@
 "
     self updatedRevisionStringOf:nil
 	    forRevision:'6'
-	with:'$Header: /cvs/stx/stx/libbasic3/PerforceSourceCodeManager.st,v 1.4 2011-04-19 09:57:40 cg Exp $'
+	with:'$Header: /cvs/stx/stx/libbasic3/PerforceSourceCodeManager.st,v 1.5 2011-04-19 10:45:21 cg Exp $'
 "
 ! !
 
@@ -2014,6 +2014,12 @@
     "
      PerforceTempDir := nil
     "
+!
+
+settingsApplicationClass
+    ^ P4SourceCodeManagementSettingsAppl
+
+    "Created: / 19-04-2011 / 12:45:13 / cg"
 ! !
 
 !PerforceSourceCodeManager class methodsFor:'source code administration'!
@@ -2281,7 +2287,7 @@
 !PerforceSourceCodeManager class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic3/PerforceSourceCodeManager.st,v 1.4 2011-04-19 09:57:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/PerforceSourceCodeManager.st,v 1.5 2011-04-19 10:45:21 cg Exp $'
 ! !
 
 PerforceSourceCodeManager initialize!