summaryrefslogtreecommitdiff
path: root/protocols/VKontakte
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-06-06 19:31:26 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-06-06 19:31:32 +0300
commit2b4f39cd2db8f89981814f5bf0d4644d75d24c2d (patch)
treea555b1ac5867ac752c409db59dc152b203a8d6d1 /protocols/VKontakte
parentef43522995b7f653028584aab2369f3570c6a8cc (diff)
VKontakte: add 'VK Messenger' MirVer
fix for Conversations icon
Diffstat (limited to 'protocols/VKontakte')
-rw-r--r--protocols/VKontakte/src/misc.cpp3
1 files changed, 3 insertions, 0 deletions
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();