diff options
| author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-06-21 06:42:14 +0000 | 
|---|---|---|
| committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-06-21 06:42:14 +0000 | 
| commit | b54895860556bc5573d5579f7d02787f8be87ace (patch) | |
| tree | 0e0363b27c5e580388912442beb5b2748b53e871 | |
| parent | 49efb63574c3191652d491ce3b8aa457051564a1 (diff) | |
- FingerprintNg: less strict Google+ Hangouts detection
git-svn-id: http://svn.miranda-ng.org/main/trunk@5073 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
| -rw-r--r-- | plugins/FingerprintNG/src/masks.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/plugins/FingerprintNG/src/masks.cpp b/plugins/FingerprintNG/src/masks.cpp index ff0fdbd9cd..063e45f039 100644 --- a/plugins/FingerprintNG/src/masks.cpp +++ b/plugins/FingerprintNG/src/masks.cpp @@ -606,7 +606,7 @@ KN_FP_MASK def_kn_fp_mask[] =  	{"client_XMPP",             _T("|*XMPP*|Mrim*|*DRQZ00fz5WPn1gH+*"),     LPGENT("XMPP client"),                  IDI_XMPP,                JABBER_CASE                 },
 -	{"client_Hangouts",         _T("*messaging-AChromeExtension*"),             _T("Google+ Hangouts"),             IDI_HANGOUTS,            OTHER_PROTOS_CASE,  TRUE    },
 +	{"client_Hangouts",         _T("messaging-*"),                              _T("Google+ Hangouts"),             IDI_HANGOUTS,            OTHER_PROTOS_CASE,  TRUE    },
  	{"client_WhatsApp",         _T("*WhatsApp*"),                               _T("WhatsApp"),                     IDI_WHATSAPP,            OTHER_PROTOS_CASE,  TRUE    },
 | 
