diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-22 18:10:05 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-22 18:10:05 +0000 |
commit | 2afffa0335123e7ceeb94835dc868a4577f5f044 (patch) | |
tree | 764b8186dddbfd607cf6e9e834059d7d4999e25b /protocols | |
parent | 2383834e4dadb47c7580d9645bf11ccf4a0a7f52 (diff) |
links to addons.miranda-im.org removed
pre-build events for "Std" plugins
git-svn-id: http://svn.miranda-ng.org/main/trunk@1104 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/IcqOscarJ/init.cpp | 2 | ||||
-rw-r--r-- | protocols/MRA/Mra.cpp | 2 | ||||
-rw-r--r-- | protocols/Weather/weather.cpp | 2 | ||||
-rw-r--r-- | protocols/Weather/weather_ini.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/protocols/IcqOscarJ/init.cpp b/protocols/IcqOscarJ/init.cpp index 338c53a9a9..89016553ee 100644 --- a/protocols/IcqOscarJ/init.cpp +++ b/protocols/IcqOscarJ/init.cpp @@ -48,7 +48,7 @@ PLUGININFOEX pluginInfo = { "Joe Kucera, Bio, Martin Öberg, Richard Hughes, Jon Keating, etc",
"jokusoftware@miranda-im.org",
"(C) 2000-2010 M.Öberg, R.Hughes, J.Keating, Bio, Angeli-Ka, G.Hazan, J.Kucera",
- "http://addons.miranda-im.org/details.php?action=viewfile&id=1683",
+ "http://nightly.miranda.im/",
UNICODE_AWARE, //doesn't replace anything built-in
{0x73a9615c, 0x7d4e, 0x4555, {0xba, 0xdb, 0xee, 0x5, 0xdc, 0x92, 0x8e, 0xff}} // {73A9615C-7D4E-4555-BADB-EE05DC928EFF}
};
diff --git a/protocols/MRA/Mra.cpp b/protocols/MRA/Mra.cpp index e57e40d587..b0e15ea609 100644 --- a/protocols/MRA/Mra.cpp +++ b/protocols/MRA/Mra.cpp @@ -12,7 +12,7 @@ PLUGININFOEX pluginInfoEx={ "Rozhuk Ivan",
"Rozhuk_I@mail.ru",
"© 2006-2011 Rozhuk Ivan",
- "http://addons.miranda-im.org/details.php?action=viewfile&id=2544",
+ "http://nightly.miranda.im/",
UNICODE_AWARE,
// {E7C48BAB-8ACE-4CB3-8446-D4B73481F497}
{ 0xe7c48bab, 0x8ace, 0x4cb3, { 0x84, 0x46, 0xd4, 0xb7, 0x34, 0x81, 0xf4, 0x97 } }
diff --git a/protocols/Weather/weather.cpp b/protocols/Weather/weather.cpp index 9c6f762683..68491a75e8 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://addons.miranda-im.org/details.php?action=viewfile&id=2322",
+ "http://nightly.miranda.im/",
UNICODE_AWARE,
MIID_WEATHER
};
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:
|