summaryrefslogtreecommitdiff
path: root/plugins/FingerprintNG/src
diff options
context:
space:
mode:
authorMataes <mataes2007@gmail.com>2018-06-06 19:34:16 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-06-06 20:05:27 +0300
commit78b151bd848de61d4d1285484ba25c516441a802 (patch)
tree67a4ac973eaffe25d23f1f2c50757c8fab60ad3a /plugins/FingerprintNG/src
parent2b4f39cd2db8f89981814f5bf0d4644d75d24c2d (diff)
Fingerprint: added VK Messenger detect
Diffstat (limited to 'plugins/FingerprintNG/src')
-rw-r--r--plugins/FingerprintNG/src/masks.cpp1
-rw-r--r--plugins/FingerprintNG/src/resource.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/plugins/FingerprintNG/src/masks.cpp b/plugins/FingerprintNG/src/masks.cpp
index 1dce90c8c8..788d8372fd 100644
--- a/plugins/FingerprintNG/src/masks.cpp
+++ b/plugins/FingerprintNG/src/masks.cpp
@@ -578,6 +578,7 @@ KN_FP_MASK def_kn_fp_mask[] =
//#########################################################################################################################################################################
{ "client_VK", L"|*VKontakte*|*vk.com*", L"VKontakte", IDI_VK, VK_CASE },
{ "client_VK_Kate", L"*Kate*Mobile*", L"Kate Mobile", IDI_VK_KATE, VK_CASE },
+ { "client_VK_Messenger", L"VK Messenger*", L"VK Messenger", IDI_VK_MESSENGER, VK_CASE },
//#########################################################################################################################################################################
//################################# OTHER CLIENTS #####################################################################################################################
diff --git a/plugins/FingerprintNG/src/resource.h b/plugins/FingerprintNG/src/resource.h
index df9580af53..e8ff280f1f 100644
--- a/plugins/FingerprintNG/src/resource.h
+++ b/plugins/FingerprintNG/src/resource.h
@@ -570,6 +570,7 @@
#define IDI_WHATSAPP 9007
#define IDI_STEAM 9008
#define IDI_VK_KATE 9009
+#define IDI_VK_MESSENGER 9010
#define IDD_DIALOG 10000
#define IDC_GROUP_MIRANDA 10025