diff options
Diffstat (limited to 'plugins/CmdLine')
-rw-r--r-- | plugins/CmdLine/MimCmd/src/version.h | 2 | ||||
-rw-r--r-- | plugins/CmdLine/src/version.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/CmdLine/MimCmd/src/version.h b/plugins/CmdLine/MimCmd/src/version.h index 3427003256..1a9a69078c 100644 --- a/plugins/CmdLine/MimCmd/src/version.h +++ b/plugins/CmdLine/MimCmd/src/version.h @@ -10,5 +10,5 @@ #define __DESCRIPTION "This will tell Miranda to run the specified command."
#define __AUTHOR "Cristian Libotean"
#define __AUTHOREMAIL "eblis102@yahoo.com"
-#define __AUTHORWEB "http://miranda-ng.org/"
+#define __AUTHORWEB "http://miranda-ng.org/p/CmdLine/"
#define __COPYRIGHT "© 2007-2011 Cristian Libotean"
diff --git a/plugins/CmdLine/src/version.h b/plugins/CmdLine/src/version.h index 60c98a6dd5..8d6324b842 100644 --- a/plugins/CmdLine/src/version.h +++ b/plugins/CmdLine/src/version.h @@ -10,5 +10,5 @@ #define __DESCRIPTION "This plugin lets you control Miranda from the command line."
#define __AUTHOR "Cristian Libotean"
#define __AUTHOREMAIL "eblis102@yahoo.com"
-#define __AUTHORWEB "http://miranda-ng.org/"
+#define __AUTHORWEB "http://miranda-ng.org/p/CmdLine/"
#define __COPYRIGHT "© 2007-2011 Cristian Libotean"
|