Add "OnlyOne" paper source, used by the Acrobat Distiller PPD.

This commit is contained in:
Dmitry Timoshkov 2001-01-28 23:12:52 +00:00 committed by Alexandre Julliard
parent 62e823c6b1
commit e1f6dc0dbd
1 changed files with 2 additions and 0 deletions

View File

@ -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}
};