checkin from browser
authorClaus Gittinger <cg@exept.de>
Tue, 19 Sep 2000 11:47:13 +0200
changeset 2788 126bf75fecf4
parent 2787 0bdb7b8cf54b
child 2789 7da6cc98fa8a
checkin from browser
AbstractLauncherApplication.st
--- a/AbstractLauncherApplication.st	Mon Sep 18 18:57:18 2000 +0200
+++ b/AbstractLauncherApplication.st	Tue Sep 19 11:47:13 2000 +0200
@@ -3761,7 +3761,7 @@
     s nextPutLine:'OperatingSystem getHostName = ' , (OperatingSystem getHostName storeString) , ' ifTrue:['.
     s nextPutLine:'  Class tryLocalSourceFirst:' , Class tryLocalSourceFirst storeString , '.'.
     (Smalltalk at:#SourceCodeManager) == CVSSourceCodeManager ifTrue:[
-    s nextPutLine:'  (Smalltalk at:#SourceCodeManager) := CVSSourceCodeManager.'.
+    s nextPutLine:'  Smalltalk at:#SourceCodeManager put: CVSSourceCodeManager.'.
     s nextPutLine:'  AbstractSourceCodeManager cacheDirectoryName:' , AbstractSourceCodeManager cacheDirectoryName storeString , '.'.
     s nextPutLine:'  CVSSourceCodeManager initializeForRepository:' , CVSSourceCodeManager repositoryName storeString , '.'.
     ].
@@ -5769,5 +5769,5 @@
 !AbstractLauncherApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.125 2000-09-18 16:57:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.126 2000-09-19 09:47:13 cg Exp $'
 ! !