diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-07-05 11:34:14 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-07-05 11:34:14 +0000 |
commit | 6ec4485c800edf9a494f04cf32fd5d00a12edd74 (patch) | |
tree | 1cd63d45661e4c0d98f104237251f54617cda76c /plugins/PluginUpdater/src/DlgUpdate.cpp | |
parent | 5f324745d4fda3439c7e9caabab84537d4ee5100 (diff) |
cryptors too
git-svn-id: http://svn.miranda-ng.org/main/trunk@9692 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PluginUpdater/src/DlgUpdate.cpp')
-rw-r--r-- | plugins/PluginUpdater/src/DlgUpdate.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/PluginUpdater/src/DlgUpdate.cpp b/plugins/PluginUpdater/src/DlgUpdate.cpp index 774b86efec..69df1e2b24 100644 --- a/plugins/PluginUpdater/src/DlgUpdate.cpp +++ b/plugins/PluginUpdater/src/DlgUpdate.cpp @@ -516,6 +516,8 @@ static renameTable[] = #if MIRANDA_VER < 0x0A00
{ _T("dbx_mmap_sa.dll"), _T("Plugins\\dbx_mmap.dll") },
{ _T("dbx_tree.dll"), _T("Plugins\\dbx_mmap.dll") },
+ { _T("rc4.dll"), NULL },
+ { _T("athena.dll"), NULL },
#endif
{ _T("proto_newsaggr.dll"), _T("Icons\\proto_newsaggregator.dll") },
@@ -531,8 +533,6 @@ static renameTable[] = { _T("extraicons.dll"), NULL },
{ _T("langman.dll"), NULL },
{ _T("metacontacts.dll"), NULL },
- { _T("rc4.dll"), NULL },
- { _T("athena.dll"), NULL },
};
static bool CheckFileRename(const TCHAR *ptszOldName, TCHAR *pNewName)
|