From a04043571f2d04ff9d117f921115f97f7bf42870 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Wed, 13 Jun 2012 22:16:46 +0000 Subject: Unicode description is no longer needed in PluginInfo git-svn-id: http://svn.miranda-ng.org/main/trunk@401 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/NewXstatusNotify/main.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'plugins/NewXstatusNotify/main.cpp') 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", -- cgit v1.2.3