summaryrefslogtreecommitdiff
path: root/plugins/PluginUpdater/src/DlgUpdate.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-03-25 21:10:33 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-03-25 21:10:40 +0300
commit3583f79d974d805aa67ba8b1feb49a4974c2e4cd (patch)
tree4eea2be29bde54b8ca301eb12b617e08be39fad6 /plugins/PluginUpdater/src/DlgUpdate.cpp
parentf0c08538d0cdddb62453761e437cd7d2a3325bd0 (diff)
dbchecker moved to deprecated
Diffstat (limited to 'plugins/PluginUpdater/src/DlgUpdate.cpp')
-rw-r--r--plugins/PluginUpdater/src/DlgUpdate.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/plugins/PluginUpdater/src/DlgUpdate.cpp b/plugins/PluginUpdater/src/DlgUpdate.cpp
index f5058c63a0..66fabcb0bd 100644
--- a/plugins/PluginUpdater/src/DlgUpdate.cpp
+++ b/plugins/PluginUpdater/src/DlgUpdate.cpp
@@ -540,8 +540,8 @@ static renameTable[] =
{ L"advsplashscreen.dll", L"Plugins\\splashscreen.dll" },
{ L"import_sa.dll", L"Plugins\\import.dll" },
{ L"newnr.dll", L"Plugins\\notesreminders.dll" },
- { L"dbtool.exe", L"Plugins\\dbchecker.dll" },
- { L"dbtool_sa.exe", L"Plugins\\dbchecker.dll" },
+ { L"dbtool.exe", nullptr },
+ { L"dbtool_sa.exe", nullptr },
{ L"clist_mw.dll", L"Plugins\\clist_nicer.dll" },
{ L"bclist.dll", L"Plugins\\clist_blind.dll" },
{ L"otr.dll", L"Plugins\\mirotr.dll" },
@@ -583,7 +583,8 @@ static renameTable[] =
{ L"stdurl.dll", nullptr },
{ L"advaimg.dll", nullptr },
- { L"aim.dll", nullptr },
+ { L"aim.dll", nullptr },
+ { L"dbchecker.dll", nullptr },
{ L"dbx_sqlite.dll", nullptr },
{ L"extraicons.dll", nullptr },
{ L"firstrun.dll", nullptr },