Reverted r1069 since the digital signature seems to have fixed false positives.

This commit is contained in:
Birunthan Mohanathas 2011-12-16 17:00:24 +00:00
parent d295e55d67
commit d59582c8b8

View File

@ -107,8 +107,7 @@ INT_PTR CDialogBackup::OnInitDialog(WPARAM wParam, LPARAM lParam)
if (GetOSPlatform() >= OSPLATFORM_VISTA) if (GetOSPlatform() >= OSPLATFORM_VISTA)
{ {
// F-Secure et al. detect SetDialogFont() as malware.. SetDialogFont();
//SetDialogFont();
} }
HWND item = GetDlgItem(m_Window, IDC_BACKUP_TAB); HWND item = GetDlgItem(m_Window, IDC_BACKUP_TAB);