From e3b52c500984802fec03d20588a0f3af44caa9e6 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Tue, 24 Jul 2012 05:45:26 +0000 Subject: FingerPrintModPlus: added Miranda NG icon and detection (thx faith_healer) git-svn-id: http://svn.miranda-ng.org/main/trunk@1147 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/FingerPrintModPlus/src/fingerprints.h | 3 +++ plugins/FingerPrintModPlus/src/resource.h | 1 + 2 files changed, 4 insertions(+) (limited to 'plugins/FingerPrintModPlus/src') diff --git a/plugins/FingerPrintModPlus/src/fingerprints.h b/plugins/FingerPrintModPlus/src/fingerprints.h index 49d07c966d..1fea1b412d 100644 --- a/plugins/FingerPrintModPlus/src/fingerprints.h +++ b/plugins/FingerPrintModPlus/src/fingerprints.h @@ -48,6 +48,9 @@ KN_FP_MASK def_kn_fp_mask[] = //######################################################################################################################################### //######################################################### MirandaIM clients ############################################################# //######################################################################################################################################### + { "client_Miranda_NG", _T("*http://nightly.miranda.im*"), + _T("*Miranda*NG*"), _T("Miranda NG"), _T("ClientIcons_General"), IDI_MIRANDA_NG, MIRANDA_CASE }, + { "client_Miranda_666", _T("Miranda*6.6.6*"), _T("Miranda evil"), _T("ClientIcons_General"), IDI_MIRANDA_666, MIRANDA_CASE }, { "client_Miranda_010U", _T("|Miranda IM*0.10*Unicode*") _T("|Miranda IM*Unicode*0.10*"), _T("Miranda v0.10 Unicode"), _T("ClientIcons_General"), IDI_MIRANDA_010U, MIRANDA_CASE }, diff --git a/plugins/FingerPrintModPlus/src/resource.h b/plugins/FingerPrintModPlus/src/resource.h index 1752072d86..8ec22482fd 100644 --- a/plugins/FingerPrintModPlus/src/resource.h +++ b/plugins/FingerPrintModPlus/src/resource.h @@ -352,6 +352,7 @@ #define IDI_MIRANDA_666 457 #define IDI_MIRANDA_U 458 #define IDI_MIRANDA_UNKNOWN 459 +#define IDI_MIRANDA_NG 460 //############################################################################################################## //Clients overlays -- cgit v1.2.3