diff options
Diffstat (limited to 'protocols/Tox/src/version.h')
-rw-r--r-- | protocols/Tox/src/version.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/Tox/src/version.h b/protocols/Tox/src/version.h index f81fce4d79..d08f40b256 100644 --- a/protocols/Tox/src/version.h +++ b/protocols/Tox/src/version.h @@ -6,10 +6,9 @@ #include <stdver.h>
#define __PLUGIN_NAME "Tox Protocol"
-#define __INTERNAL_NAME "Tox"
#define __FILENAME "Tox.dll"
#define __DESCRIPTION "Tox protocol support for Miranda NG."
#define __AUTHOR "ForNeVeR, unsane"
#define __AUTHOREMAIL ""
#define __AUTHORWEB "http://miranda-ng.org/p/Tox/"
-#define __COPYRIGHT "© 2014 Miranda NG project"
+#define __COPYRIGHT "© 2014 Miranda NG Team"
|