diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-13 22:16:46 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-13 22:16:46 +0000 |
commit | a04043571f2d04ff9d117f921115f97f7bf42870 (patch) | |
tree | 38592b1a7324b6d3d50fe75976db1f73e20f2364 /plugins/FloatingContacts/version.h | |
parent | 950917d869583a8e09135c5d7b5b81d98ed1a213 (diff) |
Unicode description is no longer needed in PluginInfo
git-svn-id: http://svn.miranda-ng.org/main/trunk@401 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FloatingContacts/version.h')
-rw-r--r-- | plugins/FloatingContacts/version.h | 10 |
1 files changed, 2 insertions, 8 deletions
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"
|