diff options
Diffstat (limited to 'protocols/Weather/weather_ini.cpp')
-rw-r--r-- | protocols/Weather/weather_ini.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/Weather/weather_ini.cpp b/protocols/Weather/weather_ini.cpp index 1db9c8384e..06e83db986 100644 --- a/protocols/Weather/weather_ini.cpp +++ b/protocols/Weather/weather_ini.cpp @@ -566,8 +566,7 @@ INT_PTR CALLBACK DlgProcSetup(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lPar {
case IDC_STEP1:
// update current data
- CallService(MS_UTILS_OPENURL, opt.NewBrowserWin,
- (WPARAM)"http://miranda-ng.org/");
+ CallService(MS_UTILS_OPENURL, opt.NewBrowserWin | OUF_TCHAR, (WPARAM)_T("http://miranda-ng.org/"));
break;
case IDC_STEP2:
|