diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-24 18:00:46 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-24 18:00:46 +0000 |
commit | 9bd41427baeec6ec60fc89f5a8139e14c3fd2683 (patch) | |
tree | dccdc095bd48ec03260f2633671efe7fb00058b4 | |
parent | 73d90fba8c5a90e1195481efa7e59535cf156413 (diff) |
small name fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@165 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/NewXstatusNotify/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/NewXstatusNotify/main.cpp b/plugins/NewXstatusNotify/main.cpp index 419018be95..8559d52cbf 100644 --- a/plugins/NewXstatusNotify/main.cpp +++ b/plugins/NewXstatusNotify/main.cpp @@ -53,12 +53,12 @@ PLUGININFOEX pluginInfoEx = { sizeof(PLUGININFOEX),
#ifdef _UNICODE
#ifdef _WIN64
- "NewXstatusNotify YM (Unicode x64) Mataes Release",
+ "NewXstatusNotify YM (Unicode x64)",
#else
- "NewXstatusNotify YM (Unicode) Mataes Release",
+ "NewXstatusNotify YM (Unicode)",
#endif
#else
- "NewXstatusNotify YM Mataes Release",
+ "NewXstatusNotify YM",
#endif
__VERSION_DWORD,
"Notifies you when a contact changes his/her (X)status or status message.",
|