diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-12-06 07:13:58 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-12-06 07:13:58 +0000 |
commit | beb78cc88fdcfd6412535162fdec7266a0df0b17 (patch) | |
tree | cba5d5626c3fe58a0075fe2f919549a065d7d0de /plugins/PluginUpdater | |
parent | 45015c05406a60cbfa0f7e05574e1d8bc087e5c0 (diff) |
- PluginUpdater small fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@2662 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PluginUpdater')
-rw-r--r-- | plugins/PluginUpdater/src/Scanner.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/PluginUpdater/src/Scanner.cpp b/plugins/PluginUpdater/src/Scanner.cpp index e657b7b114..e151957b2a 100644 --- a/plugins/PluginUpdater/src/Scanner.cpp +++ b/plugins/PluginUpdater/src/Scanner.cpp @@ -95,7 +95,7 @@ static renameTable[] = { _T("clienticons_multiproto.dll"), _T("") },
{ _T("clienticons_multiprotocols.dll"), _T("") },
{ _T("clienticons_others.dll"), _T("") },
- { _T("clienticons_overlsys.dll"), _T("") },
+ { _T("clienticons_overlays.dll"), _T("") },
{ _T("clienticons_packs.dll"), _T("") },
{ _T("clienticons_qq.dll"), _T("") },
{ _T("clienticons_rss.dll"), _T("") },
|