summaryrefslogtreecommitdiff
path: root/plugins/FingerprintNG/src/masks.cpp
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-12-04 08:16:27 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-12-04 08:16:27 +0000
commitd7ac14b1b8fd643bcd9201ba869fe493484fe82b (patch)
treed04ad634f687c00e30055c52102dbc07530a751b /plugins/FingerprintNG/src/masks.cpp
parent7c65ece16e7d5b47ce2ee149ea4d7c259a997eab (diff)
- FingerprintNG: small fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@2636 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FingerprintNG/src/masks.cpp')
-rw-r--r--plugins/FingerprintNG/src/masks.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/FingerprintNG/src/masks.cpp b/plugins/FingerprintNG/src/masks.cpp
index f128333a01..783b1c8259 100644
--- a/plugins/FingerprintNG/src/masks.cpp
+++ b/plugins/FingerprintNG/src/masks.cpp
@@ -597,13 +597,13 @@ KN_FP_MASK def_kn_fp_mask[] =
{"client_Android", _T("*Android*"), _T("Android"), _T("ClientIcons_multiproto"), IDI_ANDROID, MULTI_CASE, TRUE },
- {"client_Facebook", _T("*Facebook*"), _T("Facebook"), _T("ClientIcons_Jabber"), IDI_FACEBOOK, OTHER_PROTOS_CASE, TRUE },
+ {"client_Facebook", _T("*Facebook*"), _T("Facebook"), _T("ClientIcons_Others"), IDI_FACEBOOK, OTHER_PROTOS_CASE, TRUE },
{"client_Pidgin", _T("|*Pidgin*|*libpurple*|Purple*"), _T("Pidgin (libpurple)"), _T("ClientIcons_multiproto"), IDI_PIDGIN, MULTI_CASE },
{"client_Python", _T("|*Python*|Py*|*ταλιςμαη*|Mrim*"), _T("Python-based clients"), _T("ClientIcons_multiproto"), IDI_PYTHON, MULTI_CASE },
- {"client_Twitter", _T("*Twitter*"), _T("Twitter"), _T("ClientIcons_Jabber"), IDI_TWITTER, OTHER_PROTOS_CASE, TRUE },
+ {"client_Twitter", _T("*Twitter*"), _T("Twitter"), _T("ClientIcons_Others"), IDI_TWITTER, OTHER_PROTOS_CASE, TRUE },
{"client_Skype", _T("*Skype**"), _T("Skype"), _T("ClientIcons_Others"), IDI_SKYPE, OTHER_PROTOS_CASE, TRUE },