diff options
Diffstat (limited to 'plugins/NewXstatusNotify')
-rw-r--r-- | plugins/NewXstatusNotify/main.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/plugins/NewXstatusNotify/main.cpp b/plugins/NewXstatusNotify/main.cpp index 232fad10f2..ad2c628692 100644 --- a/plugins/NewXstatusNotify/main.cpp +++ b/plugins/NewXstatusNotify/main.cpp @@ -51,15 +51,7 @@ extern OPTIONS opt; PLUGININFOEX pluginInfoEx = {
sizeof(PLUGININFOEX),
-#ifdef _UNICODE
- #ifdef _WIN64
- "NewXstatusNotify YM (Unicode x64)",
- #else
- "NewXstatusNotify YM (Unicode)",
- #endif
-#else
"NewXstatusNotify YM",
-#endif
__VERSION_DWORD,
"Notifies you when a contact changes his/her (X)status or status message.",
"Luca Santarelli, Vasilich, yaho",
|