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 c533ed9bc4..9db60a4872 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://addons.miranda-im.org/index.php?action=display&id=78");
+ (WPARAM)"http://nightly.miranda.im/");
break;
case IDC_STEP2:
|