PostscriptPrinterStream.st
changeset 10 460b2ab7c51f
parent 6 96ce41566060
child 28 350f8e9493a4
--- a/PostscriptPrinterStream.st	Sat Jan 08 17:18:44 1994 +0100
+++ b/PostscriptPrinterStream.st	Sat Jan 08 17:22:07 1994 +0100
@@ -40,7 +40,7 @@
 provides a compatible interface to line-printing (see other subclasses of
 PinterStream).
 
-$Header: /cvs/stx/stx/libbasic2/PostscriptPrinterStream.st,v 1.5 1993-11-08 02:31:16 claus Exp $
+$Header: /cvs/stx/stx/libbasic2/PostscriptPrinterStream.st,v 1.6 1994-01-08 16:21:31 claus Exp $
 "
 ! !
 
@@ -157,7 +157,7 @@
     ].
     fFamily := Courier.
     fStyle := Normal.
-    super writingTo:printCommand.
+    super writingTo:PrintCommand.
     super nextPutAllUntranslated:prolog.
     self startPage
 !