From 94e5f742581f4b670cdb6ca09c18c86ce05629a9 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Thu, 26 Jul 2012 22:53:10 +0000 Subject: 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 --- src/core/stdauth/version.h | 2 +- src/core/stdautoaway/version.h | 2 +- src/core/stdaway/version.h | 2 +- src/core/stdemail/version.h | 2 +- src/core/stdfile/version.h | 2 +- src/core/stdhelp/help.cpp | 2 +- src/core/stdhelp/version.h | 2 +- src/core/stdidle/version.h | 2 +- src/core/stduihist/version.h | 2 +- src/core/stdurl/version.h | 2 +- src/core/stduserinfo/version.h | 2 +- src/core/stduseronline/version.h | 2 +- src/modules/icolib/skin2opts.cpp | 2 +- src/modules/plugins/pluginopts.cpp | 2 +- src/modules/protocols/protoopts.cpp | 2 +- src/modules/skin/sounds.cpp | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) (limited to 'src') diff --git a/src/core/stdauth/version.h b/src/core/stdauth/version.h index 140b61ff66..ecaa3daa78 100644 --- a/src/core/stdauth/version.h +++ b/src/core/stdauth/version.h @@ -10,5 +10,5 @@ #define __DESCRIPTION "Core module for sending/receiving auth requests." #define __AUTHOR "Myranda team" #define __AUTHOREMAIL "" -#define __AUTHORWEB "http://nightly.miranda.im" +#define __AUTHORWEB "http://miranda-ng.org/" #define __COPYRIGHT "© 2012 Myranda team" diff --git a/src/core/stdautoaway/version.h b/src/core/stdautoaway/version.h index b60dd84efd..903c7bbbac 100644 --- a/src/core/stdautoaway/version.h +++ b/src/core/stdautoaway/version.h @@ -10,5 +10,5 @@ #define __DESCRIPTION "Core module for away state processing." #define __AUTHOR "Myranda team" #define __AUTHOREMAIL "" -#define __AUTHORWEB "http://nightly.miranda.im" +#define __AUTHORWEB "http://miranda-ng.org/" #define __COPYRIGHT "© 2012 Myranda team" diff --git a/src/core/stdaway/version.h b/src/core/stdaway/version.h index dfb0703db4..4cf976b665 100644 --- a/src/core/stdaway/version.h +++ b/src/core/stdaway/version.h @@ -10,5 +10,5 @@ #define __DESCRIPTION "Core module for the away messages processing." #define __AUTHOR "Myranda team" #define __AUTHOREMAIL "" -#define __AUTHORWEB "http://nightly.miranda.im" +#define __AUTHORWEB "http://miranda-ng.org/" #define __COPYRIGHT "© 2012 Myranda team" diff --git a/src/core/stdemail/version.h b/src/core/stdemail/version.h index 9e35b309b7..c31cb1194e 100644 --- a/src/core/stdemail/version.h +++ b/src/core/stdemail/version.h @@ -10,5 +10,5 @@ #define __DESCRIPTION "Core module for e-mail urls handling." #define __AUTHOR "Myranda team" #define __AUTHOREMAIL "" -#define __AUTHORWEB "http://nightly.miranda.im" +#define __AUTHORWEB "http://miranda-ng.org/" #define __COPYRIGHT "© 2012 Myranda team" diff --git a/src/core/stdfile/version.h b/src/core/stdfile/version.h index 20dfde8e19..c7b2e9f028 100644 --- a/src/core/stdfile/version.h +++ b/src/core/stdfile/version.h @@ -10,5 +10,5 @@ #define __DESCRIPTION "Core module for sending/receiving files." #define __AUTHOR "Myranda team" #define __AUTHOREMAIL "" -#define __AUTHORWEB "http://nightly.miranda.im" +#define __AUTHORWEB "http://miranda-ng.org/" #define __COPYRIGHT "© 2012 Myranda team" diff --git a/src/core/stdhelp/help.cpp b/src/core/stdhelp/help.cpp index 1a54eb990c..f077ee6261 100644 --- a/src/core/stdhelp/help.cpp +++ b/src/core/stdhelp/help.cpp @@ -46,7 +46,7 @@ static INT_PTR IndexCommand(WPARAM, LPARAM) static INT_PTR WebsiteCommand(WPARAM, LPARAM) { - CallService(MS_UTILS_OPENURL, 1, (LPARAM)"http://nightly.miranda.im/"); + CallService(MS_UTILS_OPENURL, 1, (LPARAM)"http://miranda-ng.org/"); return 0; } diff --git a/src/core/stdhelp/version.h b/src/core/stdhelp/version.h index 3fd72e2d94..93104688aa 100644 --- a/src/core/stdhelp/version.h +++ b/src/core/stdhelp/version.h @@ -10,5 +10,5 @@ #define __DESCRIPTION "Core module for the Help/About dialog." #define __AUTHOR "Myranda team" #define __AUTHOREMAIL "" -#define __AUTHORWEB "http://nightly.miranda.im" +#define __AUTHORWEB "http://miranda-ng.org/" #define __COPYRIGHT "© 2012 Myranda team" diff --git a/src/core/stdidle/version.h b/src/core/stdidle/version.h index 420cdcafc3..e38c89285c 100644 --- a/src/core/stdidle/version.h +++ b/src/core/stdidle/version.h @@ -10,5 +10,5 @@ #define __DESCRIPTION "Core module for idle state processing." #define __AUTHOR "Myranda team" #define __AUTHOREMAIL "" -#define __AUTHORWEB "http://nightly.miranda.im" +#define __AUTHORWEB "http://miranda-ng.org/" #define __COPYRIGHT "© 2012 Myranda team" diff --git a/src/core/stduihist/version.h b/src/core/stduihist/version.h index 49dc77b639..71226e8a50 100644 --- a/src/core/stduihist/version.h +++ b/src/core/stduihist/version.h @@ -10,5 +10,5 @@ #define __DESCRIPTION "Core module for built-in history viewer." #define __AUTHOR "Myranda team" #define __AUTHOREMAIL "" -#define __AUTHORWEB "http://nightly.miranda.im" +#define __AUTHORWEB "http://miranda-ng.org/" #define __COPYRIGHT "© 2012 Myranda team" diff --git a/src/core/stdurl/version.h b/src/core/stdurl/version.h index 7aa5b8216e..40d6568a81 100644 --- a/src/core/stdurl/version.h +++ b/src/core/stdurl/version.h @@ -10,5 +10,5 @@ #define __DESCRIPTION "Core module for URL handling." #define __AUTHOR "Myranda team" #define __AUTHOREMAIL "" -#define __AUTHORWEB "http://nightly.miranda.im" +#define __AUTHORWEB "http://miranda-ng.org/" #define __COPYRIGHT "© 2012 Myranda team" diff --git a/src/core/stduserinfo/version.h b/src/core/stduserinfo/version.h index b9df9bad73..64130a49e7 100644 --- a/src/core/stduserinfo/version.h +++ b/src/core/stduserinfo/version.h @@ -10,5 +10,5 @@ #define __DESCRIPTION "Core module for providing user information." #define __AUTHOR "Myranda team" #define __AUTHOREMAIL "" -#define __AUTHORWEB "http://nightly.miranda.im" +#define __AUTHORWEB "http://miranda-ng.org/" #define __COPYRIGHT "© 2012 Myranda team" diff --git a/src/core/stduseronline/version.h b/src/core/stduseronline/version.h index 47d98e526b..e81e85bd8f 100644 --- a/src/core/stduseronline/version.h +++ b/src/core/stduseronline/version.h @@ -10,5 +10,5 @@ #define __DESCRIPTION "Core module for user-is-online event processing." #define __AUTHOR "Myranda team" #define __AUTHOREMAIL "" -#define __AUTHORWEB "http://nightly.miranda.im" +#define __AUTHORWEB "http://miranda-ng.org/" #define __COPYRIGHT "© 2012 Myranda team" diff --git a/src/modules/icolib/skin2opts.cpp b/src/modules/icolib/skin2opts.cpp index dba65a578a..9428d3ffce 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://nightly.miranda.im/"); + CallService(MS_UTILS_OPENURL, 1, (LPARAM)"http://miranda-ng.org/"); } static int OpenPopupMenu(HWND hwndDlg) diff --git a/src/modules/plugins/pluginopts.cpp b/src/modules/plugins/pluginopts.cpp index 4b5de140dc..3597c3a291 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://nightly.miranda.im/"); + CallService(MS_UTILS_OPENURL, 0, (LPARAM) "http://miranda-ng.org/"); break; } } break; diff --git a/src/modules/protocols/protoopts.cpp b/src/modules/protocols/protoopts.cpp index 66cb0ea48c..5cd17259fb 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://nightly.miranda.im/"); + CallService(MS_UTILS_OPENURL, TRUE, (LPARAM)"http://miranda-ng.org/"); break; case IDOK: diff --git a/src/modules/skin/sounds.cpp b/src/modules/skin/sounds.cpp index 51734544e0..59326aaa97 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://nightly.miranda.im/"); + CallService(MS_UTILS_OPENURL, 1, (LPARAM)"http://miranda-ng.org/"); break; } if (LOWORD(wParam) == IDC_LOCATION) -- cgit v1.2.3