SkinInstaller: Add FileView to ignored plugins

This commit is contained in:
Birunthan Mohanathas 2013-03-08 17:33:12 +02:00
parent 03d529cedc
commit b4998d2cc4

View File

@ -1127,6 +1127,7 @@ bool CDialogInstall::IsIgnoredPlugin(const WCHAR* name)
{ {
return _wcsicmp(name, L"AdvancedCPU.dll") == 0 || return _wcsicmp(name, L"AdvancedCPU.dll") == 0 ||
_wcsicmp(name, L"CoreTemp.dll") == 0 || _wcsicmp(name, L"CoreTemp.dll") == 0 ||
_wcsicmp(name, L"FileView.dll") == 0 ||
_wcsicmp(name, L"FolderInfo.dll") == 0 || _wcsicmp(name, L"FolderInfo.dll") == 0 ||
_wcsicmp(name, L"InputText.dll") == 0 || _wcsicmp(name, L"InputText.dll") == 0 ||
_wcsicmp(name, L"iTunesPlugin.dll") == 0 || _wcsicmp(name, L"iTunesPlugin.dll") == 0 ||