summaryrefslogtreecommitdiff
path: root/plugins/FingerprintNG/src
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2018-06-21 13:41:34 +0300
committerdartraiden <wowemuh@gmail.com>2018-06-21 13:41:34 +0300
commit271367ab3879f748ab3b5791042f2faeb238a7dd (patch)
treef90e2124a73326219fb2a77a196567ddf4715a57 /plugins/FingerprintNG/src
parent7ae3562b4ea4283923b553226031bbc31ce492f1 (diff)
Fingerprint: add Phoenix support
Diffstat (limited to 'plugins/FingerprintNG/src')
-rw-r--r--plugins/FingerprintNG/src/masks.cpp2
-rw-r--r--plugins/FingerprintNG/src/resource.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/plugins/FingerprintNG/src/masks.cpp b/plugins/FingerprintNG/src/masks.cpp
index 788d8372fd..24c37bb236 100644
--- a/plugins/FingerprintNG/src/masks.cpp
+++ b/plugins/FingerprintNG/src/masks.cpp
@@ -579,6 +579,8 @@ 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 },
+ { "client_VK_Phoenix_Full", L"Phoenix*Full*", L"Phoenix Full", IDI_VK_PHOENIX_FULL, VK_CASE },
+ { "client_VK_Phoenix_Lite", L"Phoenix*Lite*", L"Phoenix Lite", IDI_VK_PHOENIX_LITE, VK_CASE },
//#########################################################################################################################################################################
//################################# OTHER CLIENTS #####################################################################################################################
diff --git a/plugins/FingerprintNG/src/resource.h b/plugins/FingerprintNG/src/resource.h
index e8ff280f1f..dd4663cbe7 100644
--- a/plugins/FingerprintNG/src/resource.h
+++ b/plugins/FingerprintNG/src/resource.h
@@ -571,6 +571,8 @@
#define IDI_STEAM 9008
#define IDI_VK_KATE 9009
#define IDI_VK_MESSENGER 9010
+#define IDI_VK_PHOENIX_FULL 9011
+#define IDI_VK_PHOENIX_LITE 9012
#define IDD_DIALOG 10000
#define IDC_GROUP_MIRANDA 10025