From 2b4f39cd2db8f89981814f5bf0d4644d75d24c2d Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 6 Jun 2018 19:31:26 +0300 Subject: VKontakte: add 'VK Messenger' MirVer fix for Conversations icon --- plugins/FingerprintNG/src/masks.cpp | 2 +- protocols/VKontakte/src/misc.cpp | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/plugins/FingerprintNG/src/masks.cpp b/plugins/FingerprintNG/src/masks.cpp index 557937b4f7..1dce90c8c8 100644 --- a/plugins/FingerprintNG/src/masks.cpp +++ b/plugins/FingerprintNG/src/masks.cpp @@ -238,7 +238,7 @@ KN_FP_MASK def_kn_fp_mask[] = { "client_Colloquy", L"Colloquy*", L"Colloquy", IDI_COLLOQUY, JABBER_CASE, TRUE }, { "client_CommuniGate", L"*CommuniGate*", L"CommuniGate Pro", IDI_COMMUNIGATE, JABBER_CASE, TRUE }, { "client_Conference", L"Conference*", L"Conference Bot (GMail)", IDI_CONFERENCE, JABBER_CASE, TRUE }, - { "client_Conversations", L"*http://conversations.im*|Conversations IM*", L"Conversations", IDI_CONVERSATIONS, JABBER_CASE, TRUE }, + { "client_Conversations", L"|*http://conversations.im*|Conversations IM*", L"Conversations", IDI_CONVERSATIONS, JABBER_CASE, TRUE }, { "client_Crosstalk", L"*Cross*talk*", L"Crosstalk", IDI_CROSSTALK, JABBER_CASE, TRUE }, { "client_Cudumar", L"*Cudumar*", L"Cudumar", IDI_CUDUMAR, JABBER_CASE, TRUE }, { "client_CyclopsChat", L"*Cyclops*", L"Cyclops Chat", IDI_CYCLOPS_CHAT, JABBER_CASE, TRUE }, diff --git a/protocols/VKontakte/src/misc.cpp b/protocols/VKontakte/src/misc.cpp index 5330ddec60..3767aa51f6 100644 --- a/protocols/VKontakte/src/misc.cpp +++ b/protocols/VKontakte/src/misc.cpp @@ -670,6 +670,9 @@ void CVkProto::SetMirVer(MCONTACT hContact, int platform) case 7: MirVer = L"VKontakte (Website)"; break; + case 5027722: + MirVer = L"VK Messenger"; + break; default: MirVer = L"VKontakte (Other)"; bSetFlag = OldMirVer.IsEmpty(); -- cgit v1.2.3