diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-06-29 12:26:30 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-06-29 12:26:30 +0000 |
commit | a8a50f49bfb48bb3e4115e0d63f5c6ac8c095bf1 (patch) | |
tree | 41b95a20889a26dff87b832d5e9efbde4c26a94d /plugins/NewXstatusNotify/src/version.h | |
parent | 23e6aa0cc68c88343d6fd13188881fc11f66c7dc (diff) |
option for ignoring empty status messages now used for xstatuses
option checkbox moved to main popup page in nxsn
git-svn-id: http://svn.miranda-ng.org/main/trunk@5178 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewXstatusNotify/src/version.h')
-rw-r--r-- | plugins/NewXstatusNotify/src/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/NewXstatusNotify/src/version.h b/plugins/NewXstatusNotify/src/version.h index ffce1df914..c829851b4e 100644 --- a/plugins/NewXstatusNotify/src/version.h +++ b/plugins/NewXstatusNotify/src/version.h @@ -5,9 +5,9 @@ #define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
-#define __PLUGIN_NAME "xStatus Notify"
+#define __PLUGIN_NAME "xStatus notify"
#define __FILENAME "NewXstatusNotify.dll"
-#define __DESCRIPTION "Notifies you when a contact changes his/her (X)status or status message."
+#define __DESCRIPTION "Notifies you when a contact changes his/her (X)status or status message."
#define __AUTHOR "Luca Santarelli, Vasilich, yaho"
#define __AUTHOREMAIL "yaho@miranda-easy.net"
#define __AUTHORWEB "http://miranda-ng.org/"
|