OldLauncher.st
changeset 553 b67caadfe334
parent 219 379dfea373d7
child 715 476b5b4d0dd0
--- a/OldLauncher.st	Sat May 18 17:44:55 1996 +0200
+++ b/OldLauncher.st	Sat May 18 17:47:03 1996 +0200
@@ -867,7 +867,7 @@
 
 	project := list detect:[:p | p name = selection] ifNone:[nil].
 	project isNil ifTrue:[
-	    Transcript showCr:'no such project'
+	    Transcript showCR:'no such project'
 	] ifFalse:[
 	    project showViews.
 	    Project current:project
@@ -996,5 +996,5 @@
 !Launcher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/OldLauncher.st,v 1.34 1995-11-27 22:17:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/OldLauncher.st,v 1.35 1996-05-18 15:46:33 cg Exp $'
 ! !