diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-07-05 11:02:45 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2014-07-05 11:02:45 +0000 |
commit | 5cb7f772ba4fabf7b29db151187d827af66227a4 (patch) | |
tree | 9142d8f7491a9933b49ea424534cb8dd7eb9d17d /plugins/PluginUpdater | |
parent | d11b74eae47e21d531e06d0ab294ffa2c0be06ca (diff) |
No use for Dbx_mmap_SA cryptors anymore
git-svn-id: http://svn.miranda-ng.org/main/trunk@9690 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PluginUpdater')
-rw-r--r-- | plugins/PluginUpdater/src/DlgUpdate.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/PluginUpdater/src/DlgUpdate.cpp b/plugins/PluginUpdater/src/DlgUpdate.cpp index a22bda9276..14293595f8 100644 --- a/plugins/PluginUpdater/src/DlgUpdate.cpp +++ b/plugins/PluginUpdater/src/DlgUpdate.cpp @@ -528,6 +528,8 @@ 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)
|