mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 22:50:43 +00:00
comdlg32: PrintDlgW: Remove incorrect FIXME.
This commit is contained in:
parent
4ac1b94d96
commit
a3a49149b6
@ -1769,11 +1769,7 @@ static LRESULT PRINTDLG_WMCommandW(HWND hDlg, WPARAM wParam,
|
||||
}
|
||||
break;
|
||||
|
||||
case cmb1: /* Printer Combobox in PRINT SETUP, quality combobox in PRINT */
|
||||
if (PrinterComboID != LOWORD(wParam)) {
|
||||
FIXME("No handling for print quality combo box yet.\n");
|
||||
break;
|
||||
}
|
||||
case cmb1: /* Printer Combobox in PRINT SETUP */
|
||||
/* FALLTHROUGH */
|
||||
case cmb4: /* Printer combobox */
|
||||
if (HIWORD(wParam)==CBN_SELCHANGE) {
|
||||
|
Loading…
Reference in New Issue
Block a user