diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2016-06-24 11:32:18 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2016-06-24 11:32:18 +0000 |
commit | c31312ef173b31b4bea653615464e1092fa98729 (patch) | |
tree | f47fb5ef41c8a2964fea22a0e6468d628457e741 /plugins/PluginUpdater/src/DlgUpdate.cpp | |
parent | 3da3fa4dd48a23bd5a2d9a2cda58c7f30173e4df (diff) |
Old junk removal masks in PU
git-svn-id: http://svn.miranda-ng.org/main/trunk@17030 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PluginUpdater/src/DlgUpdate.cpp')
-rw-r--r-- | plugins/PluginUpdater/src/DlgUpdate.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/PluginUpdater/src/DlgUpdate.cpp b/plugins/PluginUpdater/src/DlgUpdate.cpp index 1155a20930..a96244944e 100644 --- a/plugins/PluginUpdater/src/DlgUpdate.cpp +++ b/plugins/PluginUpdater/src/DlgUpdate.cpp @@ -583,6 +583,11 @@ static renameTable[] = { _T("langpack_*.txt"), _T("Languages\\*") },
+ { _T("mir_app.dll"), NULL },
+ { _T("mir_core.dll"), NULL },
+ { _T("zlib.dll"), NULL },
+ { _T("pcre16.dll"), NULL },
+ { _T("libtox.dll"), NULL },
{ _T("clist_classic.dll"), NULL },
{ _T("chat.dll"), NULL },
{ _T("srmm.dll"), NULL },
|