ChangesBrowser.st
changeset 553 b67caadfe334
parent 548 1de3a55bf54c
child 562 8f772068fd1a
--- a/ChangesBrowser.st	Sat May 18 17:44:55 1996 +0200
+++ b/ChangesBrowser.st	Sat May 18 17:47:03 1996 +0200
@@ -808,7 +808,7 @@
     aStream close.
     showDiff ifFalse:[
         self information:outcome withCRs.
-"/        Transcript showCr:outcome.
+"/        Transcript showCR:outcome.
     ].
 
     "Created: 24.11.1995 / 14:30:46 / cg"
@@ -2187,5 +2187,5 @@
 !ChangesBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ChangesBrowser.st,v 1.79 1996-05-18 13:52:10 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ChangesBrowser.st,v 1.80 1996-05-18 15:46:10 cg Exp $'
 ! !