summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/FingerprintNG/iconpacks/res/Others/Google+ Hangouts.icobin0 -> 1150 bytes
-rw-r--r--plugins/FingerprintNG/iconpacks/res/Others/WhatsApp.icobin0 -> 1150 bytes
-rw-r--r--plugins/FingerprintNG/iconpacks/res/fp_icons.rc4
-rw-r--r--plugins/FingerprintNG/src/masks.cpp10
-rw-r--r--plugins/FingerprintNG/src/resource.h3
5 files changed, 13 insertions, 4 deletions
diff --git a/plugins/FingerprintNG/iconpacks/res/Others/Google+ Hangouts.ico b/plugins/FingerprintNG/iconpacks/res/Others/Google+ Hangouts.ico
new file mode 100644
index 0000000000..328ded0e6e
--- /dev/null
+++ b/plugins/FingerprintNG/iconpacks/res/Others/Google+ Hangouts.ico
Binary files differ
diff --git a/plugins/FingerprintNG/iconpacks/res/Others/WhatsApp.ico b/plugins/FingerprintNG/iconpacks/res/Others/WhatsApp.ico
new file mode 100644
index 0000000000..3388be0b11
--- /dev/null
+++ b/plugins/FingerprintNG/iconpacks/res/Others/WhatsApp.ico
Binary files differ
diff --git a/plugins/FingerprintNG/iconpacks/res/fp_icons.rc b/plugins/FingerprintNG/iconpacks/res/fp_icons.rc
index 31ad67bc83..1da5d855aa 100644
--- a/plugins/FingerprintNG/iconpacks/res/fp_icons.rc
+++ b/plugins/FingerprintNG/iconpacks/res/fp_icons.rc
@@ -619,7 +619,9 @@
IDI_FACEBOOK ICON "others\\Facebook.ico"
IDI_SKYPE ICON "others\\Skype.ico"
IDI_TWITTER ICON "others\\Twitter.ico"
- IDI_XFIRE ICON "others\\xfire.ico"
+ IDI_XFIRE ICON "others\\xFire.ico"
+ IDI_HANGOUTS ICON "others\\Google+ Hangouts.ico"
+ IDI_WHATSAPP ICON "others\\WhatsApp.ico"
//##############################################################################################################
//##################################### Miranda client overlays ################################################
diff --git a/plugins/FingerprintNG/src/masks.cpp b/plugins/FingerprintNG/src/masks.cpp
index e97c3ed6a1..ff0fdbd9cd 100644
--- a/plugins/FingerprintNG/src/masks.cpp
+++ b/plugins/FingerprintNG/src/masks.cpp
@@ -600,12 +600,16 @@ KN_FP_MASK def_kn_fp_mask[] =
{"client_Pidgin", _T("|*Pidgin*|*libpurple*|Purple*"), _T("Pidgin (libpurple)"), IDI_PIDGIN, MULTI_CASE },
- {"client_Python", _T("|*Python*|Py*|*ταλιςμαη*"), LPGENT("Python-based clients"), IDI_PYTHON, MULTI_CASE },
+ {"client_Python", _T("|*Python*|Py*|*ταλιςμαη*"), LPGENT("Python-based clients"), IDI_PYTHON, MULTI_CASE },
- {"client_Jabber", _T("*Jabber*client*"), LPGENT("Jabber client"), IDI_JABBER, JABBER_CASE, TRUE },
+ {"client_Jabber", _T("*Jabber*client*"), LPGENT("Jabber client"), IDI_JABBER, JABBER_CASE, TRUE },
- {"client_XMPP", _T("|*XMPP*|Mrim*|*DRQZ00fz5WPn1gH+*"), LPGENT("XMPP client"), IDI_XMPP, JABBER_CASE },
+ {"client_XMPP", _T("|*XMPP*|Mrim*|*DRQZ00fz5WPn1gH+*"), LPGENT("XMPP client"), IDI_XMPP, JABBER_CASE },
+ {"client_Hangouts", _T("*messaging-AChromeExtension*"), _T("Google+ Hangouts"), IDI_HANGOUTS, OTHER_PROTOS_CASE, TRUE },
+
+ {"client_WhatsApp", _T("*WhatsApp*"), _T("WhatsApp"), IDI_WHATSAPP, OTHER_PROTOS_CASE, TRUE },
+
{"client_Twitter", _T("*Twitter*"), _T("Twitter"), IDI_TWITTER, OTHER_PROTOS_CASE, TRUE },
{"client_Skype", _T("*Skype**"), _T("Skype"), IDI_SKYPE, OTHER_PROTOS_CASE, TRUE },
diff --git a/plugins/FingerprintNG/src/resource.h b/plugins/FingerprintNG/src/resource.h
index 203b76f31e..d219bdaf3b 100644
--- a/plugins/FingerprintNG/src/resource.h
+++ b/plugins/FingerprintNG/src/resource.h
@@ -577,6 +577,9 @@
#define IDI_SKYPE 9002
#define IDI_TWITTER 9003
#define IDI_XFIRE 9004
+#define IDI_HANGOUTS 9005
+#define IDI_WHATSAPP 9006
+
#define IDD_DIALOG 10000
#define IDC_GROUP_MIRANDA 10025
#define IDC_GROUP_MIRANDA_VERSION 10026