diff options
| author | Kirill Volinsky <mataes2007@gmail.com> | 2012-07-24 05:45:26 +0000 | 
|---|---|---|
| committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-07-24 05:45:26 +0000 | 
| commit | e3b52c500984802fec03d20588a0f3af44caa9e6 (patch) | |
| tree | 106a578f3f109b8b0452f9a55942fcfd5f1011d2 /plugins/FingerPrintModPlus/src | |
| parent | 07e4cbad83ee82bb38b6f49986cb418269b41298 (diff) | |
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
Diffstat (limited to 'plugins/FingerPrintModPlus/src')
| -rw-r--r-- | plugins/FingerPrintModPlus/src/fingerprints.h | 3 | ||||
| -rw-r--r-- | plugins/FingerPrintModPlus/src/resource.h | 1 | 
2 files changed, 4 insertions, 0 deletions
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
  | 
