From 701fa64ae7efee3838ac2a1b2672cf0e64d1d445 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Fri, 17 Apr 2015 11:34:10 +0000 Subject: git-svn-id: http://svn.miranda-ng.org/main/trunk@12883 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Weather/src/weather_userinfo.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/Weather/src/weather_userinfo.cpp') diff --git a/plugins/Weather/src/weather_userinfo.cpp b/plugins/Weather/src/weather_userinfo.cpp index 641d37787c..befe325ad0 100644 --- a/plugins/Weather/src/weather_userinfo.cpp +++ b/plugins/Weather/src/weather_userinfo.cpp @@ -342,9 +342,8 @@ void LoadBriefInfoText(HWND hwndDlg, MCONTACT hContact) GetDisplay(&winfo, opt.bText, str); SetDlgItemText(hwndDlg, IDC_MTEXT, str); - GetDisplay(&winfo, opt.bTitle, str); - SetWindowText(hwndDlg, winfo.city); GetDisplay(&winfo, _T("%c, %t"), str); + SetWindowText(hwndDlg, winfo.city); SetDlgItemText(hwndDlg, IDC_HEADERBAR, str); } -- cgit v1.2.3