h_sample_host.rc
changeset 116 2417857bcf59
parent 104 b9ab60d45f9b
child 195 1cf850844da9
--- a/h_sample_host.rc	Sat May 11 13:44:35 1996 +0200
+++ b/h_sample_host.rc	Mon May 20 10:54:46 1996 +0200
@@ -11,8 +11,8 @@
  * NNTPSERVER configuration (for newsReader)
  *"
 (OperatingSystem getEnvironment:'NNTPSERVER') isNil ifTrue:[
-    Stdout showCr:'please edit h_sample.rc for NNTPSERVER setup'.
-"/    Stdout showCr:'setting NNTPSERVER to <your-NNTP-host-here>'.
+    Stdout showCR:'please edit h_sample.rc for NNTPSERVER setup'.
+"/    Stdout showCR:'setting NNTPSERVER to <your-NNTP-host-here>'.
 "/    Smalltalk at:#NNTPSERVER put:'<your-NNTP-host-here>'.
 ].
 !
@@ -22,7 +22,7 @@
  * - uncomment the one you have
  *"
 
-Stdout showCr:'configuring printer ...'!
+Stdout showCR:'configuring printer ...'!
 
 "/ PostscriptPrinterStream autoload.
 "/ Smalltalk at:#Printer put:PostscriptPrinterStream.