diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-07-08 12:03:03 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-07-08 12:03:03 +0000 |
commit | 7b97ff0f271a8b72529711afa49e7730db564713 (patch) | |
tree | 4256cc18e89034aa150d8f59f26ab18b2d3c6b3a /src/core | |
parent | a7a9be71aa03a4179a47b87d3a8df6a2e4029a42 (diff) |
Correct url for all plugins.
git-svn-id: http://svn.miranda-ng.org/main/trunk@5279 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/stdchat/src/version.h | 2 | ||||
-rw-r--r-- | src/core/stdclist/src/version.h | 2 | ||||
-rw-r--r-- | src/core/stdcrypt/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/version.h | 2 | ||||
-rw-r--r-- | src/core/stdidle/version.h | 2 | ||||
-rw-r--r-- | src/core/stdmsg/src/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 |
15 files changed, 15 insertions, 15 deletions
diff --git a/src/core/stdauth/version.h b/src/core/stdauth/version.h index a5c7edcd91..7078e297c0 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 "Miranda NG Development Team"
#define __AUTHOREMAIL ""
-#define __AUTHORWEB "http://miranda-ng.org/"
+#define __AUTHORWEB "http://miranda-ng.org/p/StdAuth/"
#define __COPYRIGHT "© 2012 Miranda NG Development Team"
diff --git a/src/core/stdautoaway/version.h b/src/core/stdautoaway/version.h index aa16672e83..2e79eecbc8 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 "Miranda NG Development Team"
#define __AUTHOREMAIL ""
-#define __AUTHORWEB "http://miranda-ng.org/"
+#define __AUTHORWEB "http://miranda-ng.org/p/StdAutoAway/"
#define __COPYRIGHT "© 2012 Miranda NG Development Team"
diff --git a/src/core/stdaway/version.h b/src/core/stdaway/version.h index 165c0340af..0bbcf41db7 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 "Miranda NG Development Team"
#define __AUTHOREMAIL ""
-#define __AUTHORWEB "http://miranda-ng.org/"
+#define __AUTHORWEB "http://miranda-ng.org/p/StdAway/"
#define __COPYRIGHT "© 2012 Miranda NG Development Team"
diff --git a/src/core/stdchat/src/version.h b/src/core/stdchat/src/version.h index c553761412..b249d6b53b 100644 --- a/src/core/stdchat/src/version.h +++ b/src/core/stdchat/src/version.h @@ -10,5 +10,5 @@ #define __DESCRIPTION "Core module for providing chat rooms support."
#define __AUTHOR "Miranda NG Development Team"
#define __AUTHOREMAIL ""
-#define __AUTHORWEB "http://miranda-ng.org/"
+#define __AUTHORWEB "http://miranda-ng.org/p/StdChat/"
#define __COPYRIGHT "© 2012 Miranda NG Development Team"
diff --git a/src/core/stdclist/src/version.h b/src/core/stdclist/src/version.h index e8d5e9b5e7..23562a8658 100644 --- a/src/core/stdclist/src/version.h +++ b/src/core/stdclist/src/version.h @@ -10,5 +10,5 @@ #define __DESCRIPTION "Core module for displaying contacts."
#define __AUTHOR "Miranda NG Development Team"
#define __AUTHOREMAIL ""
-#define __AUTHORWEB "http://miranda-ng.org/"
+#define __AUTHORWEB "http://miranda-ng.org/p/StdClist/"
#define __COPYRIGHT "© 2012 Miranda NG Development Team"
diff --git a/src/core/stdcrypt/version.h b/src/core/stdcrypt/version.h index cb9566e458..e55d85129c 100644 --- a/src/core/stdcrypt/version.h +++ b/src/core/stdcrypt/version.h @@ -10,5 +10,5 @@ #define __DESCRIPTION "Core module for encryption."
#define __AUTHOR "Miranda NG Development Team"
#define __AUTHOREMAIL ""
-#define __AUTHORWEB "http://miranda-ng.org/"
+#define __AUTHORWEB "http://miranda-ng.org/p/StdCrypt/"
#define __COPYRIGHT "© 2012-13 Miranda NG Development Team"
diff --git a/src/core/stdemail/version.h b/src/core/stdemail/version.h index 683f8b89cf..01a85f0fb6 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 "Miranda NG Development Team"
#define __AUTHOREMAIL ""
-#define __AUTHORWEB "http://miranda-ng.org/"
+#define __AUTHORWEB "http://miranda-ng.org/p/StdEmail/"
#define __COPYRIGHT "© 2012 Miranda NG Development Team"
diff --git a/src/core/stdfile/version.h b/src/core/stdfile/version.h index 7bb4d19f66..41a495f25b 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 "Miranda NG Development Team"
#define __AUTHOREMAIL ""
-#define __AUTHORWEB "http://miranda-ng.org/"
+#define __AUTHORWEB "http://miranda-ng.org/p/StdFile/"
#define __COPYRIGHT "© 2012 Miranda NG Development Team"
diff --git a/src/core/stdhelp/version.h b/src/core/stdhelp/version.h index 6bd98fa0df..1b5b379ec7 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 "Miranda NG Development Team"
#define __AUTHOREMAIL ""
-#define __AUTHORWEB "http://miranda-ng.org/"
+#define __AUTHORWEB "http://miranda-ng.org/p/StdHelp/"
#define __COPYRIGHT "© 2012 Miranda NG Development Team"
diff --git a/src/core/stdidle/version.h b/src/core/stdidle/version.h index 87ac5ed9bf..48566312b5 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 "Miranda NG Development Team"
#define __AUTHOREMAIL ""
-#define __AUTHORWEB "http://miranda-ng.org/"
+#define __AUTHORWEB "http://miranda-ng.org/p/StdIdle/"
#define __COPYRIGHT "© 2012 Miranda NG Development Team"
diff --git a/src/core/stdmsg/src/version.h b/src/core/stdmsg/src/version.h index 4001e7f865..f79442ecac 100644 --- a/src/core/stdmsg/src/version.h +++ b/src/core/stdmsg/src/version.h @@ -10,5 +10,5 @@ #define __DESCRIPTION "Core module for send/receive instant messages."
#define __AUTHOR "Miranda NG Development Team"
#define __AUTHOREMAIL ""
-#define __AUTHORWEB "http://miranda-ng.org/"
+#define __AUTHORWEB "http://miranda-ng.org/p/StdMsg/"
#define __COPYRIGHT "© 2012 Miranda NG Development Team"
diff --git a/src/core/stduihist/version.h b/src/core/stduihist/version.h index cdc535d70c..0716730302 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 "Miranda NG Development Team"
#define __AUTHOREMAIL ""
-#define __AUTHORWEB "http://miranda-ng.org/"
+#define __AUTHORWEB "http://miranda-ng.org/p/StdUIHist/"
#define __COPYRIGHT "© 2012 Miranda NG Development Team"
diff --git a/src/core/stdurl/version.h b/src/core/stdurl/version.h index a1785f778b..173c0b1ac3 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 "Miranda NG Development Team"
#define __AUTHOREMAIL ""
-#define __AUTHORWEB "http://miranda-ng.org/"
+#define __AUTHORWEB "http://miranda-ng.org/p/StdUrl/"
#define __COPYRIGHT "© 2012 Miranda NG Development Team"
diff --git a/src/core/stduserinfo/version.h b/src/core/stduserinfo/version.h index 9d1f099d0c..3624072466 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 "Miranda NG Development Team"
#define __AUTHOREMAIL ""
-#define __AUTHORWEB "http://miranda-ng.org/"
+#define __AUTHORWEB "http://miranda-ng.org/p/StdUserInfo/"
#define __COPYRIGHT "© 2012 Miranda NG Development Team"
diff --git a/src/core/stduseronline/version.h b/src/core/stduseronline/version.h index d11fb3323e..d58b61dc82 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 "Miranda NG Development Team"
#define __AUTHOREMAIL ""
-#define __AUTHORWEB "http://miranda-ng.org/"
+#define __AUTHORWEB "http://miranda-ng.org/p/StdUserOnline/"
#define __COPYRIGHT "© 2012 Miranda NG Development Team"
|