# HG changeset patch # User Stefan Vogel # Date 1470937215 -7200 # Node ID 74c5a7f7a679a45e741b03833da8e19c86518e42 # Parent 6b88a699ecf31917d091ef7482ffe5302a9d8c2e #DOCUMENTATION by stefan class: PrinterContext comment/format in: #documentation diff -r 6b88a699ecf3 -r 74c5a7f7a679 PrinterContext.st --- 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].