Commit e1f6dc0d authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

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

parent 62e823c6
......@@ -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}
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment