ValueHolder.st
changeset 268 1998023f12dc
parent 231 2fec6188bd28
child 385 319da90bf85a
--- a/ValueHolder.st	Sat May 18 15:56:05 1996 +0200
+++ b/ValueHolder.st	Sat May 18 17:37:16 1996 +0200
@@ -73,7 +73,7 @@
 
         dialog open.
         dialog accepted ifTrue:[
-            Transcript show:firstName value; show:' '; showCr:lastName value
+            Transcript show:firstName value; show:' '; showCR:lastName value
         ]
                                                                         [exEnd]
 "
@@ -135,5 +135,5 @@
 !ValueHolder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ValueHolder.st,v 1.14 1996-04-27 17:59:26 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ValueHolder.st,v 1.15 1996-05-18 15:37:16 cg Exp $'
 ! !