summaryrefslogtreecommitdiff
path: root/plugins/PluginUpdater
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2013-08-05 06:51:54 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2013-08-05 06:51:54 +0000
commit4ac0b4b54f671a758fc9fa31b2912b7541ce2de5 (patch)
tree5889973c70896514334e888594c23a08ed12770c /plugins/PluginUpdater
parent771947f7607661e13357caebb7c2b27dc474be88 (diff)
- Pluginupdater: RSS <> NewsAggregator mask
git-svn-id: http://svn.miranda-ng.org/main/trunk@5583 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PluginUpdater')
-rw-r--r--plugins/PluginUpdater/src/DlgUpdate.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/plugins/PluginUpdater/src/DlgUpdate.cpp b/plugins/PluginUpdater/src/DlgUpdate.cpp
index 197987898b..afd554f1b2 100644
--- a/plugins/PluginUpdater/src/DlgUpdate.cpp
+++ b/plugins/PluginUpdater/src/DlgUpdate.cpp
@@ -345,9 +345,10 @@ static renameTable[] =
{ _T("dbtool.exe"), _T("Plugins\\dbchecker.dll") },
{ _T("dbtool_sa.exe"), _T("Plugins\\dbchecker.dll") },
{ _T("bclist.dll"), _T("Plugins\\clist_blind.dll") },
- { _T("otr.dll"), _T("Plugins\\MirOTR.dll") },
- { _T("ttnotify.dll"), _T("Plugins\\TooltipNotify.dll") },
- { _T("NewStatusNotify.dll"), _T("Plugins\\NewXStatusNotify.dll") },
+ { _T("otr.dll"), _T("Plugins\\mirotr.dll") },
+ { _T("ttnotify.dll"), _T("Plugins\\tooltipnotify.dll") },
+ { _T("newstatusnotify.dll"), _T("Plugins\\newxstatusnotify.dll") },
+ { _T("rss.dll"), _T("Plugins\\newsaggregator.dll") },
{ _T("proto_newsaggr.dll"), _T("Icons\\proto_newsaggregator.dll") },
{ _T("clienticons_general.dll"), _T("Icons\\fp_icons.dll") },