summaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-07-22 18:10:05 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-07-22 18:10:05 +0000
commit2afffa0335123e7ceeb94835dc868a4577f5f044 (patch)
tree764b8186dddbfd607cf6e9e834059d7d4999e25b /src/modules
parent2383834e4dadb47c7580d9645bf11ccf4a0a7f52 (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 'src/modules')
-rw-r--r--src/modules/icolib/skin2opts.cpp2
-rw-r--r--src/modules/plugins/pluginopts.cpp2
-rw-r--r--src/modules/protocols/protoopts.cpp2
-rw-r--r--src/modules/skin/sounds.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/icolib/skin2opts.cpp b/src/modules/icolib/skin2opts.cpp
index d9bcdaf8d9..dba65a578a 100644
--- a/src/modules/icolib/skin2opts.cpp
+++ b/src/modules/icolib/skin2opts.cpp
@@ -227,7 +227,7 @@ void UndoSubItemChanges(HWND htv, HTREEITEM hItem, int cmd)
static void OpenIconsPage()
{
- CallService(MS_UTILS_OPENURL, 1, (LPARAM)"http://addons.miranda-im.org/index.php?action = display&id = 35");
+ CallService(MS_UTILS_OPENURL, 1, (LPARAM)"http://nightly.miranda.im/");
}
static int OpenPopupMenu(HWND hwndDlg)
diff --git a/src/modules/plugins/pluginopts.cpp b/src/modules/plugins/pluginopts.cpp
index 0b0f8ab821..020ef4b1f6 100644
--- a/src/modules/plugins/pluginopts.cpp
+++ b/src/modules/plugins/pluginopts.cpp
@@ -389,7 +389,7 @@ INT_PTR CALLBACK DlgPluginOpt(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lPar
break;
}
case IDC_GETMOREPLUGINS:
- CallService(MS_UTILS_OPENURL, 0, (LPARAM) "http://addons.miranda-im.org/index.php?action = display&id = 1");
+ CallService(MS_UTILS_OPENURL, 0, (LPARAM) "http://nightly.miranda.im/");
break;
} }
break;
diff --git a/src/modules/protocols/protoopts.cpp b/src/modules/protocols/protoopts.cpp
index 2de8275453..ef19ec976f 100644
--- a/src/modules/protocols/protoopts.cpp
+++ b/src/modules/protocols/protoopts.cpp
@@ -923,7 +923,7 @@ INT_PTR CALLBACK AccMgrDlgProc(HWND hwndDlg, UINT message, WPARAM wParam, LPARAM
}
case IDC_LNK_ADDONS:
- CallService(MS_UTILS_OPENURL, TRUE, (LPARAM)"http://addons.miranda-im.org/");
+ CallService(MS_UTILS_OPENURL, TRUE, (LPARAM)"http://nightly.miranda.im/");
break;
case IDOK:
diff --git a/src/modules/skin/sounds.cpp b/src/modules/skin/sounds.cpp
index 1712f7c1da..51734544e0 100644
--- a/src/modules/skin/sounds.cpp
+++ b/src/modules/skin/sounds.cpp
@@ -316,7 +316,7 @@ INT_PTR CALLBACK DlgProcSoundOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM
SetDlgItemText(hwndDlg, IDC_LOCATION, strFull);
}
if (LOWORD(wParam) == IDC_GETMORE) {
- CallService(MS_UTILS_OPENURL, 1, (LPARAM)"http://addons.miranda-im.org/index.php?action = display&id = 5");
+ CallService(MS_UTILS_OPENURL, 1, (LPARAM)"http://nightly.miranda.im/");
break;
}
if (LOWORD(wParam) == IDC_LOCATION)