PrinterContext.st
changeset 3730 74c5a7f7a679
parent 3709 ae76cdc6787a
child 3731 5d985849d597
child 4340 952b7c141f6e
--- a/PrinterContext.st	Tue Aug 09 12:35:05 2016 +0200
+++ b/PrinterContext.st	Thu Aug 11 19:40:15 2016 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2006 by eXept Software AG
 	      All Rights Reserved
@@ -11,8 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-'From Smalltalk/X, Version:7.1.0.0 on 18-07-2016 at 13:47:02'                   !
-
 "{ Package: 'stx:libview2' }"
 
 "{ NameSpace: Smalltalk }"
@@ -45,11 +41,11 @@
     I am the mediator between the smalltalk printing protocol
     (which is the same as the graphics drawing protocol) and the
     windows printer.
-    When youopena printer, you will typically talk to me, and I will
+    When you open a printer, you will typically talk to me, and I will
     forward the graphics commands to my printer.
 
     [author:]
-	Felix Madrid (fm@exept.de)
+        Felix Madrid (fm@exept.de)
 "
 ! !
 
@@ -463,7 +459,7 @@
 
     linesPerPage > headerLines size
 	ifFalse:
-	  [Dialog information: 'Der Dokumentenkopf ist zu groß; wird ignoriert!!'.
+	  [Dialog information: 'Der Dokumentenkopf ist zu groß; wird ignoriert!!'.
 	   headerLines := #().
 	  ]
 	ifTrue: [linesPerPage := linesPerPage - headerLines size].