mirror of
https://github.com/reactos/reactos.git
synced 2026-07-07 05:44:23 +08:00
Fix a cut & paste bug.
svn path=/trunk/; revision=29170
This commit is contained in:
@@ -547,7 +547,7 @@ ToggleKeysDlgProc(HWND hwndDlg,
|
||||
|
||||
memcpy(&pGlobalData->oldToggleKeys,
|
||||
&pGlobalData->toggleKeys,
|
||||
sizeof(STICKYKEYS));
|
||||
sizeof(TOGGLEKEYS));
|
||||
|
||||
CheckDlgButton(hwndDlg,
|
||||
IDC_TOGGLE_ACTIVATE_CHECK,
|
||||
|
||||
Reference in New Issue
Block a user