Add "OnlyOne" paper source, used by the Acrobat Distiller PPD.
This commit is contained in:
parent
62e823c6b1
commit
e1f6dc0dbd
|
@ -161,12 +161,14 @@ static struct {
|
||||||
char *PSName;
|
char *PSName;
|
||||||
WORD WinBin;
|
WORD WinBin;
|
||||||
} BinTrans[] = {
|
} BinTrans[] = {
|
||||||
|
/* In alphabetical order by the PSName member */
|
||||||
{"Cassette", DMBIN_CASSETTE},
|
{"Cassette", DMBIN_CASSETTE},
|
||||||
{"Envelope", DMBIN_ENVELOPE},
|
{"Envelope", DMBIN_ENVELOPE},
|
||||||
{"LargeCapacity", DMBIN_LARGECAPACITY},
|
{"LargeCapacity", DMBIN_LARGECAPACITY},
|
||||||
{"Lower", DMBIN_LOWER},
|
{"Lower", DMBIN_LOWER},
|
||||||
{"ManualFeed", DMBIN_MANUAL},
|
{"ManualFeed", DMBIN_MANUAL},
|
||||||
{"Middle", DMBIN_MIDDLE},
|
{"Middle", DMBIN_MIDDLE},
|
||||||
|
{"OnlyOne", DMBIN_ONLYONE},
|
||||||
{"Upper", DMBIN_UPPER},
|
{"Upper", DMBIN_UPPER},
|
||||||
{NULL, 0}
|
{NULL, 0}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue