comdlg32: PrintDlgW: Remove incorrect FIXME.

This commit is contained in:
Alexander Nicolaysen Sørnes 2008-01-29 22:46:01 +01:00 committed by Alexandre Julliard
parent 4ac1b94d96
commit a3a49149b6
1 changed files with 1 additions and 5 deletions

View File

@ -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) {