summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-12-06 07:48:21 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-12-06 07:48:21 +0000
commit13c92734cde3cec88695de3f6145eaba5b4ace95 (patch)
treea498dedd6733583ff707b60c2c6ab9f3190ee3fa /plugins
parentbeb78cc88fdcfd6412535162fdec7266a0df0b17 (diff)
- PluginUpdater: Fingerprint Plus upgrade to FingerprintNG
git-svn-id: http://svn.miranda-ng.org/main/trunk@2663 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r--plugins/PluginUpdater/src/Scanner.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/PluginUpdater/src/Scanner.cpp b/plugins/PluginUpdater/src/Scanner.cpp
index e151957b2a..b0ce380a14 100644
--- a/plugins/PluginUpdater/src/Scanner.cpp
+++ b/plugins/PluginUpdater/src/Scanner.cpp
@@ -84,6 +84,8 @@ static renameTable[] =
{ _T("clienticons_general.dll"), _T("Icons\\fp_icons.dll") },
{ _T("clienticons_miranda.dll"), _T("Icons\\fp_icons.dll") },
+ { _T("fp_icq.dll"), _T("Icons\\fp_icons.dll") },
+ { _T("fp_jabber.dll"), _T("Icons\\fp_icons.dll") },
{ _T("clienticons_aim.dll"), _T("") },
{ _T("clienticons_gadu.dll"), _T("") },
{ _T("clienticons_gg.dll"), _T("") },
@@ -104,6 +106,17 @@ static renameTable[] =
{ _T("clienticons_voip.dll"), _T("") },
{ _T("clienticons_weather.dll"), _T("") },
{ _T("clienticons_yahoo.dll"), _T("") },
+ { _T("fp_aim.dll"), _T("") },
+ { _T("fp_c6_mra_skype.dll"), _T("") },
+ { _T("fp_gg.dll"), _T("") },
+ { _T("fp_irc.dll"), _T("") },
+ { _T("fp_msn.dll"), _T("") },
+ { _T("fp_packs.dll"), _T("") },
+ { _T("fp_qq.dll"), _T("") },
+ { _T("fp_rss.dll"), _T("") },
+ { _T("fp_tlen.dll"), _T("") },
+ { _T("fp_weather.dll"), _T("") },
+ { _T("fp_yahoo.dll"), _T("") },
{ _T("clist_classic.dll"), _T("") },
{ _T("chat.dll"), _T("") },