From 0f63d4fb9c2fae944997da970cd3627734333a1b Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 10 Feb 2013 21:02:50 +0000 Subject: also dbchecker should not be controlled by Options/Plugins git-svn-id: http://svn.miranda-ng.org/main/trunk@3545 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/modules/plugins/pluginopts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/modules/plugins/pluginopts.cpp b/src/modules/plugins/pluginopts.cpp index 229113f62b..662c24c370 100644 --- a/src/modules/plugins/pluginopts.cpp +++ b/src/modules/plugins/pluginopts.cpp @@ -75,7 +75,7 @@ static BOOL dialogListPlugins(WIN32_FIND_DATA* fd, TCHAR* path, WPARAM, LPARAM l it.lParam = (LPARAM)dat; int iRow = ListView_InsertItem(hwndList, &it); if (isPluginOnWhiteList(fd->cFileName)) { - bool bNoCheckbox = isdb || !_tcscmp(dat->fileName, _T("advaimg.dll")); + bool bNoCheckbox = isdb || !_tcscmp(dat->fileName, _T("advaimg.dll")) || !_tcscmp(dat->fileName, _T("dbchecker.dll")); ListView_SetItemState(hwndList, iRow, bNoCheckbox ? 0x3000 : 0x2000, LVIS_STATEIMAGEMASK); } if (iRow != -1) { -- cgit v1.2.3