diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-02-07 09:56:47 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-02-07 09:56:47 +0000 |
commit | 33a072ed83913a665476c43d542410f41edb0de1 (patch) | |
tree | d15f492178b2526859dd64e20cf9830888422eb9 | |
parent | 416bac134e18f10bacaff947575376aac43d2b94 (diff) |
replace dbx_mmap_sa with dbx_mmap
git-svn-id: http://svn.miranda-ng.org/main/trunk@8059 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/PluginUpdater/src/DlgUpdate.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/PluginUpdater/src/DlgUpdate.cpp b/plugins/PluginUpdater/src/DlgUpdate.cpp index 220d3441d1..be25cf207f 100644 --- a/plugins/PluginUpdater/src/DlgUpdate.cpp +++ b/plugins/PluginUpdater/src/DlgUpdate.cpp @@ -357,6 +357,7 @@ static renameTable[] = { _T("newstatusnotify.dll"), _T("Plugins\\newxstatusnotify.dll") },
{ _T("rss.dll"), _T("Plugins\\newsaggregator.dll") },
{ _T("dbx_3x.dll"), _T("Plugins\\dbx_mmap.dll") },
+ { _T("dbx_mmap_sa.dll"), _T("Plugins\\dbx_mmap.dll") },
{ _T("proto_newsaggr.dll"), _T("Icons\\proto_newsaggregator.dll") },
{ _T("clienticons_general.dll"), _T("Icons\\fp_icons.dll") },
|