[PATCH v2 0/1] MR6119: printdlg: Allow button id psh1 for "Properties" button.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55841 -- v2: printdlg: Allow button id psh1 for "Properties" button. https://gitlab.winehq.org/wine/wine/-/merge_requests/6119
From: Fabian Maurer <dark.shadow4(a)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; -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/6119
@huw Could you please take a look at this? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6119#note_77834
We should presumably also update `PRINTDLG_WMCommandW()`. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6119#note_78287
participants (3)
-
Fabian Maurer -
Fabian Maurer (@DarkShadow44) -
Huw Davies (@huw)