diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-12-07 13:21:18 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-12-07 13:21:18 +0000 |
commit | a1ef4523a97a5085ccb5e4bcd39d21ab776e1076 (patch) | |
tree | 60225bc8150b7397c48eba74f4be412fb9fa8129 /plugins/FingerprintNG/src/resource.h | |
parent | bac4a9ae947fffb4416ce2688bef14d4b4bd0b0a (diff) |
Fingerprint: mobile platform overlay added
website platform overlay changed
removed separate icon from Fb with mobile overlay
git-svn-id: http://svn.miranda-ng.org/main/trunk@11261 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FingerprintNG/src/resource.h')
-rw-r--r-- | plugins/FingerprintNG/src/resource.h | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/plugins/FingerprintNG/src/resource.h b/plugins/FingerprintNG/src/resource.h index 02f17f80aa..b9d1e65e23 100644 --- a/plugins/FingerprintNG/src/resource.h +++ b/plugins/FingerprintNG/src/resource.h @@ -54,25 +54,26 @@ #define IDI_PLATFORM_WIN 69
#define IDI_PLATFORM_WEBSITE 70
#define IDI_PLATFORM_WINPHONE 71
-#define IDI_UNICODE_CLIENT 72
-#define IDI_PLATFORM_X32 73
-#define IDI_PLATFORM_X64 74
-#define IDI_AIM_OVERLAY 75
-#define IDI_GMAIL_OVERLAY 76
-#define IDI_ICQJ_OVERLAY 77
-#define IDI_ICQJ_PLUS_OVERLAY 78
-#define IDI_IRC_OVERLAY 79
-#define IDI_JABBER_OVERLAY 80
-#define IDI_JGTALK_OVERLAY 81
-#define IDI_MAILRU_OVERLAY 82
-#define IDI_MSN_OVERLAY 83
-#define IDI_QQ_OVERLAY 84
-#define IDI_TLEN_OVERLAY 85
-#define IDI_YAHOO_OVERLAY 86
-#define IDI_VK_OVERLAY 87
-#define IDI_SECUREIM_OVERLAY 91
-#define IDI_NEWGPG_OVERLAY 92
-#define IDI_MIROTR_OVERLAY 93
+#define IDI_PLATFORM_MOBILE 72
+#define IDI_UNICODE_CLIENT 75
+#define IDI_PLATFORM_X32 76
+#define IDI_PLATFORM_X64 77
+#define IDI_AIM_OVERLAY 78
+#define IDI_GMAIL_OVERLAY 79
+#define IDI_ICQJ_OVERLAY 80
+#define IDI_ICQJ_PLUS_OVERLAY 81
+#define IDI_IRC_OVERLAY 82
+#define IDI_JABBER_OVERLAY 83
+#define IDI_JGTALK_OVERLAY 84
+#define IDI_MAILRU_OVERLAY 85
+#define IDI_MSN_OVERLAY 86
+#define IDI_QQ_OVERLAY 87
+#define IDI_TLEN_OVERLAY 88
+#define IDI_YAHOO_OVERLAY 89
+#define IDI_VK_OVERLAY 90
+#define IDI_SECUREIM_OVERLAY 95
+#define IDI_NEWGPG_OVERLAY 96
+#define IDI_MIROTR_OVERLAY 97
#define IDI_MIRANDA_A0X 101
#define IDI_MIRANDA_AF 102
#define IDI_MIRANDA_ALFAMAR 103
@@ -577,8 +578,7 @@ #define IDI_FACEBOOK 2001
#define IDI_FACEBOOK_APP 2002
#define IDI_FACEBOOK_MESSENGER 2003
-#define IDI_FACEBOOK_MOBILE 2004
-#define IDI_FACEBOOK_OTHER 2005
+#define IDI_FACEBOOK_OTHER 2004
#define IDC_STATUSBAR 7001
#define IDI_SKYPE 9002
#define IDI_TWITTER 9003
|