From d59582c8b8be7c6564fa5a5a3545950bac98d29d Mon Sep 17 00:00:00 2001 From: Birunthan Mohanathas Date: Fri, 16 Dec 2011 17:00:24 +0000 Subject: [PATCH] Reverted r1069 since the digital signature seems to have fixed false positives. --- SkinInstaller/DialogBackup.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SkinInstaller/DialogBackup.cpp b/SkinInstaller/DialogBackup.cpp index 5a649538..f51bc40b 100644 --- a/SkinInstaller/DialogBackup.cpp +++ b/SkinInstaller/DialogBackup.cpp @@ -107,8 +107,7 @@ INT_PTR CDialogBackup::OnInitDialog(WPARAM wParam, LPARAM lParam) if (GetOSPlatform() >= OSPLATFORM_VISTA) { - // F-Secure et al. detect SetDialogFont() as malware.. - //SetDialogFont(); + SetDialogFont(); } HWND item = GetDlgItem(m_Window, IDC_BACKUP_TAB);