[ACCESS] Reposition the "ToggleKeys" group box control (#1541)
[reactos.git] / dll / cpl / access / display.c
index 4f8bc16..05e88f1 100644 (file)
@@ -179,7 +179,7 @@ DisplayPageProc(HWND hwndDlg,
                     if (DialogBoxParam(hApplet,
                                        MAKEINTRESOURCE(IDD_CONTRASTOPTIONS),
                                        hwndDlg,
-                                       (DLGPROC)HighContrastDlgProc,
+                                       HighContrastDlgProc,
                                        (LPARAM)pGlobalData))
                         PropSheet_Changed(GetParent(hwndDlg), hwndDlg);
                     break;