[gs-cvs] gs/lib
Igor Melichev
igor at ghostscript.com
Tue Jul 19 23:17:09 PDT 2005
Update of /cvs/ghostscript/gs/lib
In directory casper2:/tmp/cvs-serv7769/gs/lib
Modified Files:
gs_pdfwr.ps
Log Message:
Fix (ps2write) : Bring the script to the traditional form (continued).
DETAILS :
Rename the distiller settings PSPrinter with a more meanful name PSL2Printer.
EXPECTED DIFFERENCES :
None.
Index: gs_pdfwr.ps
===================================================================
RCS file: /cvs/ghostscript/gs/lib/gs_pdfwr.ps,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- gs_pdfwr.ps 20 Jul 2005 06:00:54 -0000 1.44
+++ gs_pdfwr.ps 20 Jul 2005 06:17:06 -0000 1.45
@@ -233,7 +233,7 @@
.dicttomark readonly
% Define distiller settings for the ps2write device and for the ps2ps2 script :
-/PSPrinter mark
+/PSL2Printer mark
/AutoRotatePages /None
/CannotEmbedFontPolicy /Error
/ColorACSImageDict .prepressACSImageDict
@@ -683,7 +683,7 @@
/PDFSETTINGS where {
pop /PDFSETTINGS load
} {
- currentdevice .devicename /ps2write eq { /PSPrinter } { /default } ifelse
+ currentdevice .devicename /ps2write eq { /PSL2Printer } { /default } ifelse
} ifelse
.distillersettings exch get
% Don't override parameters defined on the command line.
More information about the gs-cvs
mailing list