diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-17 15:45:01 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-17 15:45:01 +0000 |
commit | 983b9fa3c64b92da8b9ee5f6c57ba2e7133dedbc (patch) | |
tree | f0f7b19dc4ce78ba19abb8513e49107515e4f11d | |
parent | 37cdcd2423ed22580e8c5dbe17a067a597db3e49 (diff) |
- small fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@3140 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-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,
|