diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-11-23 23:15:25 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-11-23 23:15:25 +0000 |
commit | 91aab7aa7a8256dbfbc62ba645c674be8ea33de4 (patch) | |
tree | 02f48c590e6d85a430004de45e3138be79e303b3 /plugins/FingerprintNG/src | |
parent | 1fb978dc253f07c9ed4a5fbb6e1ffdbbcc82efe5 (diff) |
- FingerprintNG: added possibility (m)qutIM to use platform overlays (i.e. linux)
git-svn-id: http://svn.miranda-ng.org/main/trunk@2457 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FingerprintNG/src')
-rw-r--r-- | plugins/FingerprintNG/src/masks.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/FingerprintNG/src/masks.cpp b/plugins/FingerprintNG/src/masks.cpp index 2032daa3c3..d33fdcd73c 100644 --- a/plugins/FingerprintNG/src/masks.cpp +++ b/plugins/FingerprintNG/src/masks.cpp @@ -163,9 +163,11 @@ KN_FP_MASK def_kn_fp_mask[] = {"client_QIP_2010", _T("|QIP 2010*|http://2010.qip.ru*"), _T("QIP 2010"), _T("ClientIcons_multiproto"), IDI_QIP_2010, MULTI_CASE, TRUE },
{"client_QIP_Infium", _T("|QIP Infium*|http://*qip*"), _T("QIP Infium"), _T("ClientIcons_multiproto"), IDI_QIP_INFIUM, MULTI_CASE, TRUE },
+ {"client_qutIM", _T("*qutIM*"), _T("qutIM"), _T("ClientIcons_multiproto"), IDI_QUTIM, MULTI_CASE },
+ {"client_mqutIM", _T("*mqutIM*"), _T("mqutIM"), _T("ClientIcons_multiproto"), IDI_MQUTIM, MULTI_CASE },
+
{"client_Qnext", _T("Qnext*"), _T("Qnext"), _T("ClientIcons_multiproto"), IDI_QNEXT, MULTI_CASE, TRUE },
- {"client_qutIM", _T("*qutIM*"), _T("qutIM"), _T("ClientIcons_multiproto"), IDI_QUTIM, MULTI_CASE, TRUE },
- {"client_mqutIM", _T("*mqutIM*"), _T("mqutIM"), _T("ClientIcons_multiproto"), IDI_MQUTIM, MULTI_CASE, TRUE },
+
{"client_SAPO", _T("*SAPO*"), _T("SAPO Messenger"), _T("ClientIcons_multiproto"), IDI_SAPO, MULTI_CASE, TRUE },
{"client_SIM", _T("|^*Simp*|*SIM*"), _T("SIM"), _T("ClientIcons_multiproto"), IDI_SIM, MULTI_CASE, TRUE },
{"client_Salut_a_Toi", _T("*Salut*Toi*"), _T("Salut a Toi"), _T("ClientIcons_multiproto"), IDI_SALUT_A_TOI, MULTI_CASE, TRUE },
|