Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55841
-- v2: printdlg: Allow button id psh1 for "Properties" button.
From: Fabian Maurer dark.shadow4@web.de
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55841 --- dlls/comdlg32/printdlg.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/dlls/comdlg32/printdlg.c b/dlls/comdlg32/printdlg.c index aed486a9b09..a93cb49f978 100644 --- a/dlls/comdlg32/printdlg.c +++ b/dlls/comdlg32/printdlg.c @@ -1796,6 +1796,7 @@ static LRESULT PRINTDLG_WMCommandA(HWND hDlg, WPARAM wParam, } break;
+ case psh1: /* Setup button */ case psh2: /* Properties button */ { HANDLE hPrinter;
@huw Could you please take a look at this?
We should presumably also update `PRINTDLG_WMCommandW()`.