From 14517f8c04b030e4e46f6eb1167a073ef7a1ae51 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sat, 1 Dec 2012 07:42:06 +0000 Subject: - FingrprintNG: fixed IM+ detection git-svn-id: http://svn.miranda-ng.org/main/trunk@2577 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/FingerprintNG/src/masks.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/FingerprintNG/src/masks.cpp b/plugins/FingerprintNG/src/masks.cpp index d33fdcd73c..d34b215ae5 100644 --- a/plugins/FingerprintNG/src/masks.cpp +++ b/plugins/FingerprintNG/src/masks.cpp @@ -116,7 +116,7 @@ KN_FP_MASK def_kn_fp_mask[] = {"client_Galaxium", _T("*Galaxium*"), _T("Galaxium"), _T("ClientIcons_multiproto"), IDI_GALAXIUM, MULTI_CASE, TRUE }, {"client_GnuGadu", _T("Gnu Gadu*"), _T("GNU Gadu"), _T("ClientIcons_multiproto"), IDI_GNUGADU, MULTI_CASE, TRUE }, {"client_IM2", _T("*IM2*"), _T("IM2"), _T("ClientIcons_multiproto"), IDI_IM2, MULTI_CASE, TRUE }, - {"client_IMPlus", _T("|IM+*|IMPLUS*|*IM plus*") + {"client_IMPlus", _T("|IM+*|IMPLUS*|*IM plus*|@mobile") _T("|*+umBU9yx9Cu+R8jvPWIZ3vWD59M=*"), _T("IM+"), _T("ClientIcons_multiproto"), IDI_IMPLUS, MULTI_CASE, TRUE }, {"client_IMVU", _T("*IMVU*"), _T("IMVU"), _T("ClientIcons_multiproto"), IDI_IMVU, MULTI_CASE, TRUE }, {"client_IMadering", _T("*IMadering*"), _T("IMadering"), _T("ClientIcons_multiproto"), IDI_IMADERING, MULTI_CASE, TRUE }, -- cgit v1.2.3