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 /plugins/AVS | |
parent | 37cdcd2423ed22580e8c5dbe17a067a597db3e49 (diff) |
- small fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@3140 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/AVS')
-rw-r--r-- | plugins/AVS/src/version.h | 2 |
1 files changed, 1 insertions, 1 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"
|