PostscriptPrinterStream.st
changeset 1773 cf124aecd818
parent 1650 8eec99801a7e
child 1907 839cd32bb1d8
--- a/PostscriptPrinterStream.st	Mon Oct 09 14:25:28 2006 +0200
+++ b/PostscriptPrinterStream.st	Tue Oct 10 17:57:57 2006 +0200
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libbasic2' }"
 
 PrinterStream subclass:#PostscriptPrinterStream
@@ -44,8 +43,7 @@
     This class provides simple text output to postscript printers;
     to use it, evaluate 
         Smalltalk at:#Printer put:PostscriptPrinterStream
-    (usually in some rc file).
-    or change it via the launchers settings-menu.
+    (usually in some rc file) or change it via the launchers settings-menu.
 
     See examples on how to send something to the printer.
 
@@ -1140,7 +1138,7 @@
 !PostscriptPrinterStream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/PostscriptPrinterStream.st,v 1.65 2006-08-07 13:27:03 fm Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/PostscriptPrinterStream.st,v 1.66 2006-10-10 15:57:57 cg Exp $'
 ! !
 
 PostscriptPrinterStream initialize!