diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-12-02 20:51:46 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-12-02 20:51:46 +0000 |
commit | 4f0bbea5843f8ab3c0242f560ea60fdf23de3ed7 (patch) | |
tree | 8a6c33f460a8f8273e00b2cfc90c759ba7c0c9eb /plugins/PluginUpdater | |
parent | f12bf963f7d43af7d2c7f8779eeac9d122a72d57 (diff) |
- FingerprintNG is a new default fingerprint now.
- FingerPrintModPlus moved to deprecated
- PluginUpdater renames the fingerprint icons to match FingerprintNG
git-svn-id: http://svn.miranda-ng.org/main/trunk@2612 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PluginUpdater')
-rw-r--r-- | plugins/PluginUpdater/src/Scanner.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/PluginUpdater/src/Scanner.cpp b/plugins/PluginUpdater/src/Scanner.cpp index 07394110d0..08972d54ce 100644 --- a/plugins/PluginUpdater/src/Scanner.cpp +++ b/plugins/PluginUpdater/src/Scanner.cpp @@ -82,6 +82,12 @@ static renameTable[] = { _T("dbtool.exe"), _T("Plugins\\dbchecker.dll") },
{ _T("dbtool_sa.exe"), _T("Plugins\\dbchecker.dll") },
+ { _T("clienticons_multiprotocols.dll"), _T("Icons\\Fp_ClientIcons\\clienticons_multiproto.dll") },
+ { _T("clienticons_general.dll"), _T("Icons\\Fp_ClientIcons\\clienticons_miranda.dll") },
+ { _T("clienticons_skype.dll"), _T("Icons\\Fp_ClientIcons\\clienticons_others.dll") },
+ { _T("clienticons_voip.dll"), _T("Icons\\Fp_ClientIcons\\clienticons_overlays.dll") },
+ { _T("clienticons_gadu.dll"), _T("Icons\\Fp_ClientIcons\\clienticons_gg.dll") },
+
{ _T("clist_classic.dll"), _T("") },
{ _T("chat.dll"), _T("") },
{ _T("srmm.dll"), _T("") },
|