ResourcePack.st
changeset 697 cba925eed3da
parent 687 d2cf3cd18f65
child 998 f3d624613a74
--- a/ResourcePack.st	Sat May 18 17:02:15 1996 +0200
+++ b/ResourcePack.st	Sat May 18 17:35:59 1996 +0200
@@ -140,10 +140,10 @@
 
         res := ResourcePack new readFromResourceStream:stream in:nil.
 
-        Transcript showCr:'baz is translated to: ' , (res string:'baz' with:'1234').
-        Transcript showCr:'bar is translated to: ' , (res string:'bar').
-        Transcript showCr:'foo is translated to: ' , (res string:'foo').
-        Transcript showCr:'fooBar is translated to: ' , (res string:'fooBar').
+        Transcript showCR:'baz is translated to: ' , (res string:'baz' with:'1234').
+        Transcript showCR:'bar is translated to: ' , (res string:'bar').
+        Transcript showCR:'foo is translated to: ' , (res string:'foo').
+        Transcript showCR:'fooBar is translated to: ' , (res string:'fooBar').
                                                                         [exEnd]
     set the Language to french:
                                                                         [exBegin]
@@ -567,6 +567,6 @@
 !ResourcePack class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/ResourcePack.st,v 1.33 1996-05-14 10:01:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/ResourcePack.st,v 1.34 1996-05-18 15:34:01 cg Exp $'
 ! !
 ResourcePack initialize!