diff options
-rw-r--r-- | plugins/FingerPrintModPlus/res/icons/MirandaIM/MirandaNG.ico | bin | 0 -> 2550 bytes | |||
-rw-r--r-- | plugins/FingerPrintModPlus/res/icons_General.rc | 1 | ||||
-rw-r--r-- | plugins/FingerPrintModPlus/src/fingerprints.h | 3 | ||||
-rw-r--r-- | plugins/FingerPrintModPlus/src/resource.h | 1 |
4 files changed, 5 insertions, 0 deletions
diff --git a/plugins/FingerPrintModPlus/res/icons/MirandaIM/MirandaNG.ico b/plugins/FingerPrintModPlus/res/icons/MirandaIM/MirandaNG.ico Binary files differnew file mode 100644 index 0000000000..0162722316 --- /dev/null +++ b/plugins/FingerPrintModPlus/res/icons/MirandaIM/MirandaNG.ico diff --git a/plugins/FingerPrintModPlus/res/icons_General.rc b/plugins/FingerPrintModPlus/res/icons_General.rc index 05fdcc6ede..a8ed94221a 100644 --- a/plugins/FingerPrintModPlus/res/icons_General.rc +++ b/plugins/FingerPrintModPlus/res/icons_General.rc @@ -71,6 +71,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US IDI_MIRANDA_010U ICON "icons\\MirandaIM\\MirandaIM_010U.ico"
IDI_MIRANDA_666 ICON "icons\\MirandaIM\\MirandaIM_666.ico"
IDI_MIRANDA_U ICON "icons\\MirandaIM\\MirandaIM_U.ico"
+ IDI_MIRANDA_NG ICON "icons\\MirandaIM\\MirandaNG.ico"
IDI_MIRANDA_UNKNOWN ICON "icons\\MirandaIM\\MirandaIM_unknown.ico"
//##############################################################################################################
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
|