diff options
Diffstat (limited to 'protocols/Weather/src/weather_userinfo.cpp')
-rw-r--r-- | protocols/Weather/src/weather_userinfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Weather/src/weather_userinfo.cpp b/protocols/Weather/src/weather_userinfo.cpp index 3ce9460c1b..c30647a4e4 100644 --- a/protocols/Weather/src/weather_userinfo.cpp +++ b/protocols/Weather/src/weather_userinfo.cpp @@ -64,7 +64,7 @@ static void LoadBriefInfoText(HWND hwndDlg, MCONTACT hContact) wcsncpy(str, WEATHER_NO_INFO, _countof(str) - 1); else // set the display text and show the message box - GetDisplay(&winfo, opt.bText, str); + GetDisplay(&winfo, GetTextValue('B'), str); SetDlgItemText(hwndDlg, IDC_MTEXT, str); GetDisplay(&winfo, L"%c, %t", str); |