diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-05-17 08:15:28 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-05-17 08:15:28 +0000 |
commit | df406e92b92925501b224a01962ef9e9dee84d3b (patch) | |
tree | e25b93f138534e0bf09614909ce23d30f81c6707 /plugins/NewXstatusNotify/src | |
parent | e2c14eb588b5fcf9988e49cc020a238f297ea212 (diff) |
plugin name reverted
git-svn-id: http://svn.miranda-ng.org/main/trunk@4701 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewXstatusNotify/src')
-rw-r--r-- | plugins/NewXstatusNotify/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewXstatusNotify/src/version.h b/plugins/NewXstatusNotify/src/version.h index 5b2664572f..ffce1df914 100644 --- a/plugins/NewXstatusNotify/src/version.h +++ b/plugins/NewXstatusNotify/src/version.h @@ -5,7 +5,7 @@ #define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
-#define __PLUGIN_NAME "NewXstatusNotify"
+#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 __AUTHOR "Luca Santarelli, Vasilich, yaho"
|