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 /src/core | |
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 'src/core')
-rw-r--r-- | src/core/stdauth/version.h | 2 | ||||
-rw-r--r-- | src/core/stdautoaway/version.h | 2 | ||||
-rw-r--r-- | src/core/stdaway/version.h | 2 | ||||
-rw-r--r-- | src/core/stdemail/version.h | 2 | ||||
-rw-r--r-- | src/core/stdfile/version.h | 2 | ||||
-rw-r--r-- | src/core/stdhelp/help.cpp | 2 | ||||
-rw-r--r-- | src/core/stdhelp/version.h | 2 | ||||
-rw-r--r-- | src/core/stdidle/version.h | 2 | ||||
-rw-r--r-- | src/core/stduihist/version.h | 2 | ||||
-rw-r--r-- | src/core/stdurl/version.h | 2 | ||||
-rw-r--r-- | src/core/stduserinfo/version.h | 2 | ||||
-rw-r--r-- | src/core/stduseronline/version.h | 2 |
12 files changed, 12 insertions, 12 deletions
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"
|