diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-12-19 20:21:12 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-12-19 20:21:12 +0000 |
commit | 1512e404276777f71d3e95f43c2309d1ca1d2687 (patch) | |
tree | ec689341949f27afd14329a823081c5aafcde63e /plugins/PluginUpdater/src/DlgUpdate.cpp | |
parent | e12cc9f9eb3fcd0e3a0de3de82527a7d9cbc9cc1 (diff) |
mask to rename actman30.dll to actman.dll
git-svn-id: http://svn.miranda-ng.org/main/trunk@11536 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PluginUpdater/src/DlgUpdate.cpp')
-rw-r--r-- | plugins/PluginUpdater/src/DlgUpdate.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/PluginUpdater/src/DlgUpdate.cpp b/plugins/PluginUpdater/src/DlgUpdate.cpp index 61332335ae..d850ff6f53 100644 --- a/plugins/PluginUpdater/src/DlgUpdate.cpp +++ b/plugins/PluginUpdater/src/DlgUpdate.cpp @@ -513,7 +513,8 @@ 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("actman30.dll"), _T("Plugins\\actman.dll") },
+
#if MIRANDA_VER >= 0x0A00
{ _T("dbx_mmap_sa.dll"), _T("Plugins\\dbx_mmap.dll") },
{ _T("dbx_tree.dll"), _T("Plugins\\dbx_mmap.dll") },
|