summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2012-10-03 06:23:53 +0000
committerKirill Volinsky <mataes2007@gmail.com>2012-10-03 06:23:53 +0000
commiteda0d3c6750da5b6f35dc696ac5a11d47ca1e1ea (patch)
tree5b10a96d8a54bc7603de10d2b8e351dfe47ab246
parent2fba8eab75ad524f65eab063e97c2da05d13b0b8 (diff)
FingerPrintModPlus:
added thunderbird detection git-svn-id: http://svn.miranda-ng.org/main/trunk@1769 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--plugins/FingerPrintModPlus/res/icons/Jabber/Thunderbird.icobin0 -> 1150 bytes
-rw-r--r--plugins/FingerPrintModPlus/res/icons_Jabber.rc3
-rw-r--r--plugins/FingerPrintModPlus/src/masks.cpp1
-rw-r--r--plugins/FingerPrintModPlus/src/resource.h39
4 files changed, 23 insertions, 20 deletions
diff --git a/plugins/FingerPrintModPlus/res/icons/Jabber/Thunderbird.ico b/plugins/FingerPrintModPlus/res/icons/Jabber/Thunderbird.ico
new file mode 100644
index 0000000000..6b9ecad200
--- /dev/null
+++ b/plugins/FingerPrintModPlus/res/icons/Jabber/Thunderbird.ico
Binary files differ
diff --git a/plugins/FingerPrintModPlus/res/icons_Jabber.rc b/plugins/FingerPrintModPlus/res/icons_Jabber.rc
index 78a27c02bc..fc88c36709 100644
--- a/plugins/FingerPrintModPlus/res/icons_Jabber.rc
+++ b/plugins/FingerPrintModPlus/res/icons_Jabber.rc
@@ -45,7 +45,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
IDI_AKENI ICON "icons\\Jabber\\Akeni.ico"
IDI_ANDROID ICON "icons\\Jabber\\Android.ico"
IDI_ANOTHRSSBOT ICON "icons\\Jabber\\Anothr Rss Bot.ico"
- IDI_AQQ ICON "icons\\Jabber\\Aqq.ico"
+ IDI_AQQ ICON "icons\\Jabber\\Aqq.ico"
IDI_BEEJIVE ICON "icons\\Jabber\\beejive.ico"
IDI_BELLSOUTH ICON "icons\\Jabber\\BellSouth.ico"
IDI_BITWISE ICON "icons\\Jabber\\BitWise.ico"
@@ -167,6 +167,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
IDI_TAPIOCA ICON "icons\\Jabber\\Tapioca.ico"
IDI_TEABOT ICON "icons\\Jabber\\Teabot.ico"
IDI_TELEPATHY ICON "icons\\Jabber\\Telepathy.ico"
+ IDI_THUNDERBIRD ICON "icons\\Jabber\\Thunderbird.ico"
IDI_TIPICIM ICON "icons\\Jabber\\TipicIM.ico"
IDI_TKABBER ICON "icons\\Jabber\\Tkabber.ico"
IDI_TRANSACTIM ICON "icons\\Jabber\\TransactIM.ico"
diff --git a/plugins/FingerPrintModPlus/src/masks.cpp b/plugins/FingerPrintModPlus/src/masks.cpp
index 9acdb27e75..21fb0d160e 100644
--- a/plugins/FingerPrintModPlus/src/masks.cpp
+++ b/plugins/FingerPrintModPlus/src/masks.cpp
@@ -382,6 +382,7 @@ KN_FP_MASK def_kn_fp_mask[] =
{ "client_LeechCraft", _T("|http://leechcraft.org*|LeechCraft*"), _T("LeechCraft"), _T("ClientIcons_Jabber"), IDI_LEECHCRAFT, JABBER_CASE },
{ "client_Emas", _T("*.el*"), _T("Emacs"), _T("ClientIcons_Jabber"), IDI_EMACS, JABBER_CASE },
{ "client_jTalk", _T("|http://jtalk*|jTalk*"), _T("jTalk"), _T("ClientIcons_Jabber"), IDI_JTALK, JABBER_CASE },
+ { "client_Thunderbird", _T("Thunderbir*"), _T("Thunderbird"), _T("ClientIcons_Jabber"), IDI_THUNDERBIRD, JABBER_CASE },
//#########################################################################################################################################
//############################################################### VoIP ####################################################################
diff --git a/plugins/FingerPrintModPlus/src/resource.h b/plugins/FingerPrintModPlus/src/resource.h
index 8ec22482fd..ec5876b447 100644
--- a/plugins/FingerPrintModPlus/src/resource.h
+++ b/plugins/FingerPrintModPlus/src/resource.h
@@ -278,25 +278,26 @@
#define IDI_TAPIOCA 342
#define IDI_TEABOT 343
#define IDI_TELEPATHY 344
-#define IDI_TIPICIM 345
-#define IDI_TKABBER 346
-#define IDI_TRANSACTIM 347
-#define IDI_TRIPLE_SOFTWARE 348
-#define IDI_TWITTER 349
-#define IDI_VACUUM 350
-#define IDI_VAYUSPHERE 351
-#define IDI_WANNACHAT 352
-#define IDI_WEBEX 353
-#define IDI_WHISPERIM 354
-#define IDI_WHOISBOT 355
-#define IDI_WIJA 356
-#define IDI_WILDFIRE 357
-#define IDI_WINJAB 358
-#define IDI_WTW 359
-#define IDI_XEUS 360
-#define IDI_XIFFIAN 361
-#define IDI_YAMBI 362
-#define IDI_YAONLINE 363
+#define IDI_THUNDERBIRD 345
+#define IDI_TIPICIM 346
+#define IDI_TKABBER 347
+#define IDI_TRANSACTIM 348
+#define IDI_TRIPLE_SOFTWARE 349
+#define IDI_TWITTER 350
+#define IDI_VACUUM 351
+#define IDI_VAYUSPHERE 352
+#define IDI_WANNACHAT 353
+#define IDI_WEBEX 354
+#define IDI_WHISPERIM 355
+#define IDI_WHOISBOT 356
+#define IDI_WIJA 357
+#define IDI_WILDFIRE 358
+#define IDI_WINJAB 359
+#define IDI_WTW 360
+#define IDI_XEUS 361
+#define IDI_XIFFIAN 362
+#define IDI_YAMBI 363
+#define IDI_YAONLINE 364
//##############################################################################################################
//VoIP clients