From 509b46f98375153fad4157ceb18a8999fd6294f4 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 29 Mar 2018 19:52:35 +0300 Subject: major clutch removed with double service mode plugins launch --- plugins/Db3x_mmap/src/init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Db3x_mmap/src') diff --git a/plugins/Db3x_mmap/src/init.cpp b/plugins/Db3x_mmap/src/init.cpp index 1cca7c767d..3e3db8301b 100644 --- a/plugins/Db3x_mmap/src/init.cpp +++ b/plugins/Db3x_mmap/src/init.cpp @@ -102,7 +102,7 @@ LBL_Error: return nullptr; } - if (SetServiceModePlugin(L"import") != SERVICE_ONLYDB) { + if (SetServiceModePlugin(L"import") != ERROR_SUCCESS) { if (IDYES == MessageBoxW(nullptr, TranslateT(MISSING_PLUG_MSG), L"Miranda NG", MB_YESNO)) Utils_OpenUrl("https://miranda-ng.org/p/Import"); goto LBL_Error; -- cgit v1.2.3