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;
|
||||
WORD WinBin;
|
||||
} BinTrans[] = {
|
||||
/* In alphabetical order by the PSName member */
|
||||
{"Cassette", DMBIN_CASSETTE},
|
||||
{"Envelope", DMBIN_ENVELOPE},
|
||||
{"LargeCapacity", DMBIN_LARGECAPACITY},
|
||||
{"Lower", DMBIN_LOWER},
|
||||
{"ManualFeed", DMBIN_MANUAL},
|
||||
{"Middle", DMBIN_MIDDLE},
|
||||
{"OnlyOne", DMBIN_ONLYONE},
|
||||
{"Upper", DMBIN_UPPER},
|
||||
{NULL, 0}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue