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
+1 -3
View File
@@ -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;
}
}