From 2afffa0335123e7ceeb94835dc868a4577f5f044 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sun, 22 Jul 2012 18:10:05 +0000 Subject: 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 --- src/modules/icolib/skin2opts.cpp | 2 +- src/modules/plugins/pluginopts.cpp | 2 +- src/modules/protocols/protoopts.cpp | 2 +- src/modules/skin/sounds.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/modules') 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) -- cgit v1.2.3