diff options
author | Johannes Hofmann <johannes.hofmann@gmx.de> | 2004-10-26 16:32:07 +0000 |
---|---|---|
committer | Johannes Hofmann <johannes.hofmann@gmx.de> | 2004-10-26 16:32:07 +0000 |
commit | 72774ba3215effc7f56cf3b14cd238dc3069c2ab (patch) | |
tree | 19384f359a7414cbaf819d486b73aaec0dde30d2 | |
parent | d0672d981ebf974be7453098e531a2ea48a36bf5 (diff) |
fix scaling down in multi-page documents
fix scaling down in multi-page documents
-rw-r--r-- | src/Postscript.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Postscript.cxx b/src/Postscript.cxx index 654f8bd..0579cf4 100644 --- a/src/Postscript.cxx +++ b/src/Postscript.cxx @@ -1,5 +1,5 @@ // -// "$Id: Postscript.cxx,v 1.11 2004/10/23 19:57:14 hofmann Exp $" +// "$Id: Postscript.cxx,v 1.12 2004/10/26 18:32:07 hofmann Exp $" // // Postscript handling routines. // @@ -335,7 +335,7 @@ char * PSLevel1Writer::ps_header() { } char * PSLevel1Writer::ps_trailer() { - return "PSEditWidgetshowpage grestore} def\n"; + return "grestore PSEditWidgetshowpage} def\n"; } |