Displaying 1 result from an estimated 1 matches for "pdriverpath".
Did you mean:
driverpath
2009 Mar 17
0
No subject
Code:
index 9e86706..9621d3a 100644
--- a/dlls/comdlg32/printdlg16.c
+++ b/dlls/comdlg32/printdlg16.c
@@ -487,6 +487,7 @@ BOOL16 WINAPI PrintDlg16(
GlobalUnlock16(lppd->hDevNames);
}
}
+ strcpy( di->pDriverPath, "wineps16");
PRINTDLG_CreateDevNames16(&(lppd->hDevNames),
di->pDriverPath,
pi->pPrinterName,
I don't know how a patch will survive the formatting of this forum. But since it is single line patch you should should...