diff options
Diffstat (limited to 'src/icons')
-rw-r--r-- | src/icons/proto_metacontacts/res/FFC.ico | bin | 0 -> 5430 bytes | |||
-rw-r--r-- | src/icons/proto_metacontacts/res/Proto_MetaContacts.rc | 1 | ||||
-rw-r--r-- | src/icons/proto_metacontacts/src/resource.h | 1 |
3 files changed, 2 insertions, 0 deletions
diff --git a/src/icons/proto_metacontacts/res/FFC.ico b/src/icons/proto_metacontacts/res/FFC.ico Binary files differnew file mode 100644 index 0000000000..94b2d4f21f --- /dev/null +++ b/src/icons/proto_metacontacts/res/FFC.ico diff --git a/src/icons/proto_metacontacts/res/Proto_MetaContacts.rc b/src/icons/proto_metacontacts/res/Proto_MetaContacts.rc index e39cda7890..50e13a3a29 100644 --- a/src/icons/proto_metacontacts/res/Proto_MetaContacts.rc +++ b/src/icons/proto_metacontacts/res/Proto_MetaContacts.rc @@ -58,6 +58,7 @@ IDI_ICON4 ICON "Invisible.ico" IDI_ICON5 ICON "NA.ico"
IDI_ICON6 ICON "DND.ico"
IDI_ICON7 ICON "Occupied.ico"
+IDI_ICON8 ICON "FFC.ico"
#endif // Russian (Russia) resources
/////////////////////////////////////////////////////////////////////////////
diff --git a/src/icons/proto_metacontacts/src/resource.h b/src/icons/proto_metacontacts/src/resource.h index 5f167b1511..d90362ca11 100644 --- a/src/icons/proto_metacontacts/src/resource.h +++ b/src/icons/proto_metacontacts/src/resource.h @@ -5,6 +5,7 @@ #define IDI_ICON2 104
#define IDI_ICON1 105
#define IDI_ICON3 128
+#define IDI_ICON8 129
#define IDI_ICON4 130
#define IDI_ICON5 131
#define IDI_ICON6 158
|