diff options
-rw-r--r-- | plugins/AVS/src/version.h | 2 | ||||
-rw-r--r-- | protocols/JabberG/src/jabber.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/AVS/src/version.h b/plugins/AVS/src/version.h index 76f5d4b0d9..1ec462b443 100644 --- a/plugins/AVS/src/version.h +++ b/plugins/AVS/src/version.h @@ -15,6 +15,6 @@ #define __FILENAME "AVS.dll"
#define __DESCRIPTION "Loads and manages contact pictures for other plugins."
#define __AUTHOR "Nightwish, Pescuma"
-#define __AUTHOREMAIL "http://miranda-ng.org/"
+#define __AUTHOREMAIL ""
#define __AUTHORWEB "http://miranda-ng.org/"
#define __COPYRIGHT "© 2000-2012 Miranda-IM project, 2012 Miranda NG team"
diff --git a/protocols/JabberG/src/jabber.cpp b/protocols/JabberG/src/jabber.cpp index 022a109ebd..89db47c1f0 100644 --- a/protocols/JabberG/src/jabber.cpp +++ b/protocols/JabberG/src/jabber.cpp @@ -51,7 +51,7 @@ PLUGININFOEX pluginInfo = { __VERSION_DWORD,
"Jabber protocol support for Miranda NG.",
"George Hazan, Maxim Mluhov, Victor Pavlychko, Artem Shpynov, Michael Stepura",
- "ghazan@miranda-im.org",
+ "ghazan@miranda.im",
"(c) 2005-2012 George Hazan, Maxim Mluhov, Victor Pavlychko, Artem Shpynov, Michael Stepura",
"http://miranda-ng.org/",
UNICODE_AWARE,
|