diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-01-02 11:28:55 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-01-02 11:28:55 +0000 |
commit | 8af93d1a6150b653b2a4c47b85dbd7b41efc81c9 (patch) | |
tree | 4cc9dcd576cd531d73d273a048456a0de4c986f7 /plugins/NewXstatusNotify | |
parent | ff8c9b386879fabd053a95e1236e895d2266e29c (diff) |
changed plugin name
git-svn-id: http://svn.miranda-ng.org/main/trunk@2910 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewXstatusNotify')
-rw-r--r-- | plugins/NewXstatusNotify/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewXstatusNotify/src/main.cpp b/plugins/NewXstatusNotify/src/main.cpp index 4490a0ac7f..2399f5d0bc 100644 --- a/plugins/NewXstatusNotify/src/main.cpp +++ b/plugins/NewXstatusNotify/src/main.cpp @@ -43,7 +43,7 @@ extern OPTIONS opt; PLUGININFOEX pluginInfoEx = {
sizeof(PLUGININFOEX),
- "NewXstatusNotify YM",
+ "(x)Status Notify",
__VERSION_DWORD,
"Notifies you when a contact changes his/her (X)status or status message.",
"Luca Santarelli, Vasilich, yaho",
|