diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2015-01-23 23:08:48 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2015-01-23 23:08:48 +0000 |
commit | 126f606ea6a845d914e3ff074dc725443bb57bf0 (patch) | |
tree | 35e10a4a10c409b827d96cd5e20cd79f24bdecec /plugins/PluginUpdater/src | |
parent | d2a8bb66889104780d56cee3b9da2c4377a883e5 (diff) |
PluginUpdater:
-Delete WART-*.exe
git-svn-id: http://svn.miranda-ng.org/main/trunk@11897 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PluginUpdater/src')
-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 31b1c607f9..00c86cd706 100644 --- a/plugins/PluginUpdater/src/DlgUpdate.cpp +++ b/plugins/PluginUpdater/src/DlgUpdate.cpp @@ -541,6 +541,7 @@ static renameTable[] = { _T("gender.dll"), NULL },
{ _T("langman.dll"), NULL },
{ _T("metacontacts.dll"), NULL },
+ { _T("WART-*.exe"), NULL },
};
static bool CheckFileRename(const TCHAR *ptszOldName, TCHAR *pNewName)
|