mirror of
https://github.com/reactos/reactos.git
synced 2024-11-19 05:22:59 +00:00
I think this was on Ged mind.
svn path=/trunk/; revision=24140
This commit is contained in:
parent
f20c6b89df
commit
6b30b92bf0
1 changed files with 1 additions and 3 deletions
|
@ -104,12 +104,10 @@ GeneralPageProc(HWND hwndDlg,
|
|||
{
|
||||
if (LOWORD(wParam) == IDC_LICENCE)
|
||||
{
|
||||
#ifdef LICENSE_FIXME_I_CANT_FIND_LICENSE_DIALOG_PROC_ANYWHERE
|
||||
DialogBox(hApplet,
|
||||
MAKEINTRESOURCE(IDD_LICENCE),
|
||||
hwndDlg,
|
||||
LicenseDialogProc);
|
||||
#endif
|
||||
LicenceDlgProc);
|
||||
return TRUE;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue