diff options
author | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2012-04-20 20:02:41 +0000 |
---|---|---|
committer | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2012-04-20 20:02:41 +0000 |
commit | 58d90ec6d40003394f59f240f60bba0bec2b6529 (patch) | |
tree | 460b257120cd8fe01ecea8048cec716407e1552a | |
parent | 3ea9001cba044eebd3c743a9f8df4317cc722eb3 (diff) |
FingerPrintModPlus: Lenin Pack overlay added
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@285 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
-rw-r--r-- | FingerPrintModPlus/icons/overlays/packs/overlay_packs_leninpack.ico | bin | 0 -> 2038 bytes | |||
-rw-r--r-- | FingerPrintModPlus/res/icons_Packs.rc | 1 | ||||
-rw-r--r-- | FingerPrintModPlus/res/resource.h | 1 | ||||
-rw-r--r-- | FingerPrintModPlus/src/fingerprints.h | 2 |
4 files changed, 3 insertions, 1 deletions
diff --git a/FingerPrintModPlus/icons/overlays/packs/overlay_packs_leninpack.ico b/FingerPrintModPlus/icons/overlays/packs/overlay_packs_leninpack.ico Binary files differnew file mode 100644 index 0000000..d79e07d --- /dev/null +++ b/FingerPrintModPlus/icons/overlays/packs/overlay_packs_leninpack.ico diff --git a/FingerPrintModPlus/res/icons_Packs.rc b/FingerPrintModPlus/res/icons_Packs.rc index 109750e..f8e1aed 100644 --- a/FingerPrintModPlus/res/icons_Packs.rc +++ b/FingerPrintModPlus/res/icons_Packs.rc @@ -85,6 +85,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US IDI_MIRANDA_YAOL ICON "..\\icons\\overlays\\packs\\overlay_packs_Yaol.ico"
IDI_MIRANDA_ZELEBOBA ICON "..\\icons\\overlays\\packs\\overlay_packs_zeleboba.ico"
IDI_MIRANDA_DEVIL ICON "..\\icons\\overlays\\packs\\overlay_packs_666.ico"
+ IDI_MIRANDA_LENINPACK ICON "..\\icons\\overlays\\packs\\overlay_packs_LeninPack.ico"
/////////////////////////////////////////////////////////////////////////////
//
diff --git a/FingerPrintModPlus/res/resource.h b/FingerPrintModPlus/res/resource.h index 87dd82c..00d8d5e 100644 --- a/FingerPrintModPlus/res/resource.h +++ b/FingerPrintModPlus/res/resource.h @@ -502,6 +502,7 @@ #define IDI_MIRANDA_YAOL 666
#define IDI_MIRANDA_ZELEBOBA 667
#define IDI_MIRANDA_DEVIL 668
+#define IDI_MIRANDA_LENINPACK 669
//##############################################################################################################
//QQ clients
diff --git a/FingerPrintModPlus/src/fingerprints.h b/FingerPrintModPlus/src/fingerprints.h index c975575..3c67b57 100644 --- a/FingerPrintModPlus/src/fingerprints.h +++ b/FingerPrintModPlus/src/fingerprints.h @@ -637,7 +637,7 @@ KN_FP_MASK def_kn_fp_overlays_mask[] = { "client_FINAL", _T("*[FinalPack]*"), _T("Final Pack"), _T("ClientIcons_Packs"), IDI_MIRANDA_FINAL, PACKS_CASE },
{ "client_CAPPUCCINO", _T("*[HotCoffee]*"), _T("HotCoffee"), _T("ClientIcons_Packs"), IDI_MIRANDA_CAPPUCCINO, PACKS_CASE },
{ "client_WATCHER", _T("*[WatcherPack]*"), _T("Watcher Pack"), _T("ClientIcons_Packs"), IDI_MIRANDA_WATCHER, PACKS_CASE },
-
+ { "client_LENINPACK", _T("*[Lenin Pack]*"), _T("Lenin Pack"), _T("ClientIcons_Packs"), IDI_MIRANDA_LENINPACK, PACKS_CASE },
//#########################################################################################################################################
//#########################################################################################################################################
{ "client_AimOscar_over", _T("Miranda*AIM*"), _T("AIM"), _T("ClientIcons_General"), IDI_AIMOSCAR_OVERLAY, OVER1_CASE }, //FIX
|