diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-26 22:53:10 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-26 22:53:10 +0000 |
commit | 94e5f742581f4b670cdb6ca09c18c86ce05629a9 (patch) | |
tree | 9ba37e2846378a23360379cf0bdb1fac154e49d4 /protocols/Weather | |
parent | 2c6fdda841bfff2425a29c17a0a52a9aa189db42 (diff) |
Miranda homepage link in plugininfo is changed to http://miranda-ng.org/
git-svn-id: http://svn.miranda-ng.org/main/trunk@1206 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Weather')
-rw-r--r-- | protocols/Weather/weather.cpp | 2 | ||||
-rw-r--r-- | protocols/Weather/weather_ini.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Weather/weather.cpp b/protocols/Weather/weather.cpp index 68491a75e8..feb928c8e0 100644 --- a/protocols/Weather/weather.cpp +++ b/protocols/Weather/weather.cpp @@ -71,7 +71,7 @@ static const PLUGININFOEX pluginInfoEx = AUTH,
"borkra@miranda-im.org",
"(c) 2002-2005 NoName, 2005-2010 Boris Krasnovskiy",
- "http://nightly.miranda.im/",
+ "http://miranda-ng.org/",
UNICODE_AWARE,
MIID_WEATHER
};
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:
|