Not sure where LicenseDialogProc is supposed to come from. For now, we'll

disable it until it gets fixed.

svn path=/trunk/; revision=24139
This commit is contained in:
Art Yerkes 2006-09-16 01:56:51 +00:00
parent d664420182
commit f20c6b89df

View file

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