mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
I think this was on Ged mind.
svn path=/trunk/; revision=24140
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user