diff options
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/"
|