diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-12-09 15:30:40 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-12-09 15:30:40 +0000 |
commit | 4b55acd579bb38772e0e1af863fe46c318ed1e54 (patch) | |
tree | 2f630d2be4185eb6addcef102932c54425538062 | |
parent | 5b3b0aeb2b0f3d56bc43d9ae04000f510ad61b4d (diff) |
- PluginUpdater: gender is now in delete list
git-svn-id: http://svn.miranda-ng.org/main/trunk@2705 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/PluginUpdater/src/Scanner.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/PluginUpdater/src/Scanner.cpp b/plugins/PluginUpdater/src/Scanner.cpp index 9a253df90e..8db5b040e0 100644 --- a/plugins/PluginUpdater/src/Scanner.cpp +++ b/plugins/PluginUpdater/src/Scanner.cpp @@ -122,6 +122,7 @@ static renameTable[] = { _T("clist_classic.dll"), _T("") },
{ _T("chat.dll"), _T("") },
+ { _T("gender.dll"), _T("") },
{ _T("srmm.dll"), _T("") },
{ _T("extraicons.dll"), _T("") },
};
|