diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-03-19 08:57:59 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-03-19 08:57:59 +0000 |
commit | 3212e273cd82d3caf924bd4159e1b8c0af1e073b (patch) | |
tree | 921488e764c9c148e5d8eb9e69435d14c1a01972 /plugins | |
parent | b48ad8f4c67bb0f458b5e67ae2a70ce097dfc950 (diff) |
- Failed attempt to remove some unneeded files
git-svn-id: http://svn.miranda-ng.org/main/trunk@4108 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/PluginUpdater/src/Scanner.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/PluginUpdater/src/Scanner.cpp b/plugins/PluginUpdater/src/Scanner.cpp index ab87a127d0..bb9f7e339b 100644 --- a/plugins/PluginUpdater/src/Scanner.cpp +++ b/plugins/PluginUpdater/src/Scanner.cpp @@ -127,8 +127,6 @@ static renameTable[] = { _T("gender.dll"), _T("") },
{ _T("srmm.dll"), _T("") },
{ _T("extraicons.dll"), _T("") },
- { _T("ru.aff"), _T("") },
- { _T("ru.dic"), _T("") },
};
static bool CheckFileRename(const TCHAR *ptszOldName, TCHAR *pNewName)
|