diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-10 11:10:12 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-10 11:10:12 +0000 |
commit | b4ff82df0b826fa17d6e5dd1f3b337995b6fe8d1 (patch) | |
tree | cc8c2a732e18ccc87a9839048a5217bbf6f7dd3a /plugins/ClientChangeNotify/src/Version.h | |
parent | c7252764516c7a80911b885c4ec2d2b99da776e6 (diff) |
removed not used defines
git-svn-id: http://svn.miranda-ng.org/main/trunk@3526 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ClientChangeNotify/src/Version.h')
-rw-r--r-- | plugins/ClientChangeNotify/src/Version.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/plugins/ClientChangeNotify/src/Version.h b/plugins/ClientChangeNotify/src/Version.h index 5e8d556bcb..bdc3f1752d 100644 --- a/plugins/ClientChangeNotify/src/Version.h +++ b/plugins/ClientChangeNotify/src/Version.h @@ -4,16 +4,10 @@ #define __BUILD_NUM 3
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
-#define __FILEVERSION_DOTS __MAJOR_VERSION.__MINOR_VERSION.__RELEASE_NUM.__BUILD_NUM
-#define __STRINGIFY_IMPL(x) #x
-#define __STRINGIFY(x) __STRINGIFY_IMPL(x)
-#define __VERSION_STRING __STRINGIFY(__FILEVERSION_DOTS)
-
-#define __PLUGIN_NAME "Client Change Notify"
-#define __INTERNAL_NAME "ClientChangeNotify"
+#define __PLUGIN_NAME "Client change notify"
#define __FILENAME "ClientChangeNotify.dll"
-#define __DESCRIPTION "ClientChangeNotify plugin for Miranda NG."
+#define __DESCRIPTION "Shows a notification when someone in your contact list changes his client."
#define __AUTHOR "Deathdemon"
#define __AUTHOREMAIL "dchervov@yahoo.com"
#define __AUTHORWEB "http://miranda-ng.org/"
|