[ACCESS] Reposition the "ToggleKeys" group box control (#1541)
[reactos.git] / dll / cpl / access / mouse.c
index 81f1e3b..a81d947 100644 (file)
@@ -177,7 +177,7 @@ MousePageProc(HWND hwndDlg,
                     if (DialogBoxParam(hApplet,
                                        MAKEINTRESOURCE(IDD_MOUSEKEYSOPTIONS),
                                        hwndDlg,
-                                       (DLGPROC)MouseKeysDlgProc,
+                                       MouseKeysDlgProc,
                                        (LPARAM)pGlobalData))
                         PropSheet_Changed(GetParent(hwndDlg), hwndDlg);
                     break;