diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-01-28 15:15:20 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-01-28 15:15:20 +0000 |
commit | da2409530d8eaf35f33aa8bfe478431bbad3c308 (patch) | |
tree | 13ae14c218d93d7c1924eb38bd575c016e9321c5 /plugins/FingerprintNG/src/masks.cpp | |
parent | e052320014294575690ff5310cc9898b0b3d0fb1 (diff) |
added option for disabling unicode overlay
git-svn-id: http://svn.miranda-ng.org/main/trunk@3322 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FingerprintNG/src/masks.cpp')
-rw-r--r-- | plugins/FingerprintNG/src/masks.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/FingerprintNG/src/masks.cpp b/plugins/FingerprintNG/src/masks.cpp index c9c7f698ab..e7a09036e7 100644 --- a/plugins/FingerprintNG/src/masks.cpp +++ b/plugins/FingerprintNG/src/masks.cpp @@ -796,7 +796,7 @@ KN_FP_MASK def_kn_fp_overlays3_mask[] = {"client_platform_x64", _T("|*x64*|*64*bit*"), _T("x64 overlay"), IDI_PLATFORM_X64, OVERLAYS_PLATFORM_CASE },
{"client_platform_x32", _T("|*x32*|*32*bit*|*x86*"), _T("x32 overlay"), IDI_PLATFORM_X32, OVERLAYS_PLATFORM_CASE },
- {"client_Unicode", _T("*unicode*"), _T("Unicode overlay"), IDI_UNICODE_CLIENT, OVERLAYS_PLATFORM_CASE },
+ {"client_Unicode", _T("*unicode*"), _T("Unicode overlay"), IDI_UNICODE_CLIENT, OVERLAYS_UNICODE_CASE },
};
int DEFAULT_KN_FP_OVERLAYS3_COUNT = SIZEOF(def_kn_fp_overlays3_mask);
|