summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorElzorFox <elzorfox@ya.ru>2017-08-20 15:19:32 +0500
committerElzorFox <elzorfox@ya.ru>2017-08-20 15:19:32 +0500
commit47847fafba59c20ecde3e7ece4bf4fac57b99439 (patch)
tree404c595edcaa697eff64f5bfb498feb6e8e51d67 /protocols
parent25bf739636683eab654458fdf09b84eb6465fcb9 (diff)
VKontakte: minor fix
Diffstat (limited to 'protocols')
-rw-r--r--protocols/VKontakte/src/misc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/VKontakte/src/misc.cpp b/protocols/VKontakte/src/misc.cpp
index 0d83903daf..088a8b4e71 100644
--- a/protocols/VKontakte/src/misc.cpp
+++ b/protocols/VKontakte/src/misc.cpp
@@ -749,7 +749,7 @@ void CVkProto::SetSrmmReadStatus(MCONTACT hContact)
_wcsftime_l(ttime, _countof(ttime), L"%X - %x", localtime(&time), locale);
_free_locale(locale);
- Srmm_SetStatusText(hContact, CMStringW(FORMAT, TranslateT("Message read: %s"), ttime)), IcoLib_GetIconByHandle(GetIconHandle(IDI_READMSG));
+ Srmm_SetStatusText(hContact, CMStringW(FORMAT, TranslateT("Message read: %s"), ttime), IcoLib_GetIconByHandle(GetIconHandle(IDI_READMSG)));
}
void CVkProto::MarkDialogAsRead(MCONTACT hContact)