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/FingerPrintModPlus/res | |
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/FingerPrintModPlus/res')
-rw-r--r-- | plugins/FingerPrintModPlus/res/version.h | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/plugins/FingerPrintModPlus/res/version.h b/plugins/FingerPrintModPlus/res/version.h index 5e7c485aaf..19c859c524 100644 --- a/plugins/FingerPrintModPlus/res/version.h +++ b/plugins/FingerPrintModPlus/res/version.h @@ -31,24 +31,12 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define __VERSION_STRING __STRINGIFY(__FILEVERSION_DOTS)
#define __VERSION_DWORD PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM)
-#ifdef _UNICODE
-#ifdef _WIN64
-#define __INTERNAL_NAME_STRING "Fingerprint Mod+ (x64)"
-#define __PLUGIN_ID 4302
-#define __PLUGIN_ID_STR "4302"
-#define __BETA_FILE_TITLE "fingerprint_x64"
-#else //!_WIN64
-#define __INTERNAL_NAME_STRING "Fingerprint Mod+ (Unicode)"
-#define __PLUGIN_ID 4301
-#define __PLUGIN_ID_STR "4301"
-#define __BETA_FILE_TITLE "fingerprint_unicode"
-#endif //_WIN64
-#else //!_UNICODE
+
#define __INTERNAL_NAME_STRING "Fingerprint Mod+"
#define __PLUGIN_ID 4300
#define __PLUGIN_ID_STR "4300"
#define __BETA_FILE_TITLE "fingerprint"
-#endif //_UNICODE
+
#define __LEGAL_COPYRIGHT_STRING "©2009-2010 HierOS, ©2006-2007 Artem Shpynov aka FYR, Bio, Faith Healer."
|