diff options
Diffstat (limited to 'protocols/Weather/weather_ini.cpp')
-rw-r--r-- | protocols/Weather/weather_ini.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Weather/weather_ini.cpp b/protocols/Weather/weather_ini.cpp index 9db60a4872..1db9c8384e 100644 --- a/protocols/Weather/weather_ini.cpp +++ b/protocols/Weather/weather_ini.cpp @@ -567,7 +567,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://nightly.miranda.im/");
+ (WPARAM)"http://miranda-ng.org/");
break;
case IDC_STEP2:
|