I think this was on Ged mind.

svn path=/trunk/; revision=24140
This commit is contained in:
James Tabor 2006-09-16 05:29:25 +00:00
parent f20c6b89df
commit 6b30b92bf0

View file

@ -104,12 +104,10 @@ GeneralPageProc(HWND hwndDlg,
{ {
if (LOWORD(wParam) == IDC_LICENCE) if (LOWORD(wParam) == IDC_LICENCE)
{ {
#ifdef LICENSE_FIXME_I_CANT_FIND_LICENSE_DIALOG_PROC_ANYWHERE
DialogBox(hApplet, DialogBox(hApplet,
MAKEINTRESOURCE(IDD_LICENCE), MAKEINTRESOURCE(IDD_LICENCE),
hwndDlg, hwndDlg,
LicenseDialogProc); LicenceDlgProc);
#endif
return TRUE; return TRUE;
} }
} }