diff options
author | ElzorFox <elzorfox@ya.ru> | 2018-06-06 19:06:52 +0500 |
---|---|---|
committer | ElzorFox <elzorfox@ya.ru> | 2018-06-06 19:06:52 +0500 |
commit | 6275a255bb1cdff1969f880d6b449c1893adfce5 (patch) | |
tree | 26f8f4b8f370bc3d97223d0c66a72d4d56aefafe /protocols/VKontakte/src | |
parent | a7034dc19a8849bf82d2eb420b150ac54dc079d8 (diff) |
VKontakte: add 'VK Messenger' MirVer
Diffstat (limited to 'protocols/VKontakte/src')
-rw-r--r-- | protocols/VKontakte/src/misc.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/VKontakte/src/misc.cpp b/protocols/VKontakte/src/misc.cpp index 387ef53b92..7c383a5624 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();
|