BufferedValueHolder.st
changeset 268 1998023f12dc
parent 231 2fec6188bd28
child 731 15eb4ab07b95
--- a/BufferedValueHolder.st	Sat May 18 15:56:05 1996 +0200
+++ b/BufferedValueHolder.st	Sat May 18 17:37:16 1996 +0200
@@ -73,7 +73,7 @@
 
         dialog open.
 
-        Transcript show:firstName value; show:' '; showCr:lastName value
+        Transcript show:firstName value; show:' '; showCR:lastName value
                                                                         [exEnd]
 
 
@@ -110,7 +110,7 @@
             trigger value:true
         ].
 
-        Transcript show:firstName value; show:' '; showCr:lastName value
+        Transcript show:firstName value; show:' '; showCR:lastName value
                                                                         [exEnd]
 "
 ! !
@@ -204,5 +204,5 @@
 !BufferedValueHolder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/BufferedValueHolder.st,v 1.10 1996-04-27 17:58:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/BufferedValueHolder.st,v 1.11 1996-05-18 15:37:03 cg Exp $'
 ! !