From 427359cbf083f5c5f709d68fd30bd08392ae57ca Mon Sep 17 00:00:00 2001 From: Sergey Bolhovskoy Date: Thu, 27 Aug 2015 09:11:19 +0000 Subject: =?UTF-8?q?VKontakte:=20fix=20unneeded=20=E2=80=98mark=20as=20read?= =?UTF-8?q?=E2=80=99=20requests=20fix=20nick=20in=20forwarded=20messages?= =?UTF-8?q?=20code=20cleaning=20version=20bump?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.miranda-ng.org/main/trunk@15040 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/VKontakte/src/vk_wallpost.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'protocols/VKontakte/src/vk_wallpost.cpp') diff --git a/protocols/VKontakte/src/vk_wallpost.cpp b/protocols/VKontakte/src/vk_wallpost.cpp index e46aec3d77..47debae295 100644 --- a/protocols/VKontakte/src/vk_wallpost.cpp +++ b/protocols/VKontakte/src/vk_wallpost.cpp @@ -48,8 +48,7 @@ static INT_PTR CALLBACK WallPostFormDlgProc(HWND hwndDlg, UINT msg, WPARAM wPara TranslateDialogDefault(hwndDlg); { SetDlgItemText(hwndDlg, IDC_ST_WARNING, _T("")); - CMString tszTitle; - tszTitle.AppendFormat(_T("%s %s"), TranslateT("Wall message for"), param->ptszNick); + CMString tszTitle(FORMAT, _T("%s %s"), TranslateT("Wall message for"), param->ptszNick); SetWindowText(hwndDlg, tszTitle); } SetWindowLongPtr(hwndDlg, GWLP_USERDATA, (LONG_PTR)param); -- cgit v1.2.3