Commit 0e8da891 authored by Carl Sopchak's avatar Carl Sopchak Committed by Alexandre Julliard

Pass "Manual Feed" as short input slot name.

parent b810b53b
......@@ -774,7 +774,7 @@ PPD *PSDRV_ParsePPD(char *fname)
!strcmp ("True", tuple.option))
{
/* FIXME - should check for failure */
PSDRV_AddSlot(ppd, NULL, "Manual Feed", tuple.value, DMBIN_MANUAL);
PSDRV_AddSlot(ppd, "Manual Feed", "Manual Feed", tuple.value, DMBIN_MANUAL);
tuple.value = NULL;
}
......@@ -847,4 +847,3 @@ PPD *PSDRV_ParsePPD(char *fname)
return ppd;
}
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