[ACCESS] Reposition the "ToggleKeys" group box control (#1541)
[reactos.git] / dll / cpl / access / general.c
index 8b1742a..414b930 100644 (file)
@@ -257,7 +257,7 @@ GeneralPageProc(HWND hwndDlg,
                     if (DialogBoxParam(hApplet,
                                        MAKEINTRESOURCE(IDD_SERIALKEYSOPTIONS),
                                        hwndDlg,
-                                       (DLGPROC)SerialKeysDlgProc,
+                                       SerialKeysDlgProc,
                                        (LPARAM)pGlobalData))
                         PropSheet_Changed(GetParent(hwndDlg), hwndDlg);
                     break;