mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
parent
f908d37bb3
commit
f125cd1c71
1 changed files with 4 additions and 0 deletions
|
@ -104,6 +104,10 @@ SysSettingsDlgProc(HWND hwndDlg,
|
||||||
OnOK(hwndDlg);
|
OnOK(hwndDlg);
|
||||||
EndDialog(hwndDlg, 0);
|
EndDialog(hwndDlg, 0);
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
||||||
|
case IDCANCEL:
|
||||||
|
EndDialog(hwndDlg, 0);
|
||||||
|
return TRUE;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue