diff options
-rw-r--r-- | plugins/PluginUpdater/src/Scanner.cpp | 13 |
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("") },
|