From b4998d2cc4e89484434ba7697a1bf56cba99cae0 Mon Sep 17 00:00:00 2001 From: Birunthan Mohanathas Date: Fri, 8 Mar 2013 17:33:12 +0200 Subject: [PATCH] SkinInstaller: Add FileView to ignored plugins --- SkinInstaller/DialogInstall.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/SkinInstaller/DialogInstall.cpp b/SkinInstaller/DialogInstall.cpp index 1689f3bd..a0c001f8 100644 --- a/SkinInstaller/DialogInstall.cpp +++ b/SkinInstaller/DialogInstall.cpp @@ -1127,6 +1127,7 @@ bool CDialogInstall::IsIgnoredPlugin(const WCHAR* name) { return _wcsicmp(name, L"AdvancedCPU.dll") == 0 || _wcsicmp(name, L"CoreTemp.dll") == 0 || + _wcsicmp(name, L"FileView.dll") == 0 || _wcsicmp(name, L"FolderInfo.dll") == 0 || _wcsicmp(name, L"InputText.dll") == 0 || _wcsicmp(name, L"iTunesPlugin.dll") == 0 ||