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/FloatingContacts/version.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'plugins/FloatingContacts') diff --git a/plugins/FloatingContacts/version.h b/plugins/FloatingContacts/version.h index 2bc7b1cc21..3b8d0e8e20 100644 --- a/plugins/FloatingContacts/version.h +++ b/plugins/FloatingContacts/version.h @@ -8,19 +8,13 @@ #define MINIMAL_COREVERSION 0, 6, 0, 0 #define MINIMAL_COREVERSION_STR "0, 6, 0, 0" -#ifdef UNICODE -#define UNICODE_AWARE_STR " (Unicode)" -#else -#define UNICODE_AWARE_STR " (Ansi)" -#endif - #define FILE_VERSION COREVERSION_NUM BUILD_NUM -#define FILE_VERSION_STR COREVERSION_NUM_STR UNICODE_AWARE_STR " build " BUILD_NUM_STR " " REVISION +#define FILE_VERSION_STR COREVERSION_NUM_STR " build " BUILD_NUM_STR " " REVISION #define PRODUCT_VERSION FILE_VERSION #define PRODUCT_VERSION_STR FILE_VERSION_STR -#define __PLUGIN_NAME "Floating Contacts" UNICODE_AWARE_STR +#define __PLUGIN_NAME "Floating Contacts" #define __FILENAME "FltContacts.dll" #define __DESC "Floating Contacts plugin for Miranda" #define __AUTHOR "Iavor Vajarov, Kosh&chka, Victor Pavlychko" -- cgit v1.2.3