From 1e10085801d12b93c0fb11340e2d495e76b205dd Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Sun, 19 Aug 2012 11:17:23 +0000 Subject: even more unicode fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@1499 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Weather/weather_userinfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Weather/weather_userinfo.cpp') diff --git a/protocols/Weather/weather_userinfo.cpp b/protocols/Weather/weather_userinfo.cpp index c00be9e018..cac28fb34b 100644 --- a/protocols/Weather/weather_userinfo.cpp +++ b/protocols/Weather/weather_userinfo.cpp @@ -322,7 +322,7 @@ INT_PTR CALLBACK DlgProcMoreData(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM l tr.chrg = enlink->chrg; tr.lpstrText = ( LPTSTR )mir_alloc( sizeof(TCHAR)*(tr.chrg.cpMax - tr.chrg.cpMin + 8)); SendMessage(pNmhdr->hwndFrom, EM_GETTEXTRANGE, 0, (LPARAM)&tr); - CallService(MS_UTILS_OPENURL, 1, (LPARAM) tr.lpstrText); + CallService(MS_UTILS_OPENURL, OUF_NEWWINDOW | OUF_TCHAR, (LPARAM) tr.lpstrText); mir_free(tr.lpstrText); break; } -- cgit v1.2.3