mirror of
https://github.com/reactos/reactos.git
synced 2026-05-27 19:33:55 +08:00
committed by
GitHub
parent
f908d37bb3
commit
f125cd1c71
@@ -104,6 +104,10 @@ SysSettingsDlgProc(HWND hwndDlg,
|
||||
OnOK(hwndDlg);
|
||||
EndDialog(hwndDlg, 0);
|
||||
return TRUE;
|
||||
|
||||
case IDCANCEL:
|
||||
EndDialog(hwndDlg, 0);
|
||||
return TRUE;
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user