summaryrefslogtreecommitdiff
path: root/plugins/FingerprintNG/src/masks.cpp
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-01-29 16:58:12 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-01-29 16:58:12 +0000
commitaa89e9fdf2e61a855116d9c13e17879dbdad7b6f (patch)
treebb1868b9e6d390e8481295456d95ffc7df1288ce /plugins/FingerprintNG/src/masks.cpp
parent090b773c9446d4cbab6c42180795a3601b7f7438 (diff)
added detection MirOTR and New_GPG
git-svn-id: http://svn.miranda-ng.org/main/trunk@3340 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FingerprintNG/src/masks.cpp')
-rw-r--r--plugins/FingerprintNG/src/masks.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/FingerprintNG/src/masks.cpp b/plugins/FingerprintNG/src/masks.cpp
index 4879b8183f..ed8fe9034d 100644
--- a/plugins/FingerprintNG/src/masks.cpp
+++ b/plugins/FingerprintNG/src/masks.cpp
@@ -807,7 +807,9 @@ int DEFAULT_KN_FP_OVERLAYS3_COUNT = SIZEOF(def_kn_fp_overlays3_mask);
//#############################################################################################################################################################################
KN_FP_MASK def_kn_fp_overlays4_mask[] =
{// {"Client_IconName", _T("|^*Mask*|*names*"), _T("Icon caption"), IDI_RESOURCE_ID, CLIENT_CASE, OVERLAY? },
- {"client_SecureIM_over", _T("*Secure*IM*"), _T("SecureIM overlay"), IDI_SECUREIM_OVERLAY, OVERLAYS_SECURITY_CASE },
+ {"client_NewGPG_over", _T("*New*GPG*"), _T("NewGPG overlay"), IDI_NEWGPG_OVERLAY, OVERLAYS_PLATFORM_CASE },
+ {"client_MirOTR_over", _T("*Mir*OTR*"), _T("MirOTR overlay"), IDI_MIROTR_OVERLAY, OVERLAYS_PLATFORM_CASE },
+ {"client_SecureIM_over", _T("*Secure*IM*"), _T("SecureIM overlay"), IDI_SECUREIM_OVERLAY, OVERLAYS_PLATFORM_CASE },
};
int DEFAULT_KN_FP_OVERLAYS4_COUNT = SIZEOF(def_kn_fp_overlays4_mask); \ No newline at end of file