diff options
author | dartraiden <wowemuh@gmail.com> | 2023-01-14 13:56:51 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2023-01-14 13:56:51 +0300 |
commit | 9ce9674fd40c373a590854a886b246dd97033689 (patch) | |
tree | 68b60652802e18a00bb3ff80e64d6fd2b93ef85b /protocols/Telegram/proto_telegram | |
parent | 77a913fc2be8f3a2495e21ca12398cb569796a0a (diff) |
Telegram: add Away and Occupied icons
Diffstat (limited to 'protocols/Telegram/proto_telegram')
-rw-r--r-- | protocols/Telegram/proto_telegram/res/Away.ico | bin | 0 -> 5430 bytes | |||
-rw-r--r-- | protocols/Telegram/proto_telegram/res/Occupied.ico | bin | 0 -> 5430 bytes | |||
-rw-r--r-- | protocols/Telegram/proto_telegram/res/Proto_Telegram.rc | 2 |
3 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Telegram/proto_telegram/res/Away.ico b/protocols/Telegram/proto_telegram/res/Away.ico Binary files differnew file mode 100644 index 0000000000..3478c8c3c8 --- /dev/null +++ b/protocols/Telegram/proto_telegram/res/Away.ico diff --git a/protocols/Telegram/proto_telegram/res/Occupied.ico b/protocols/Telegram/proto_telegram/res/Occupied.ico Binary files differnew file mode 100644 index 0000000000..32da00f3e2 --- /dev/null +++ b/protocols/Telegram/proto_telegram/res/Occupied.ico diff --git a/protocols/Telegram/proto_telegram/res/Proto_Telegram.rc b/protocols/Telegram/proto_telegram/res/Proto_Telegram.rc index 201a96305c..2186785cc7 100644 --- a/protocols/Telegram/proto_telegram/res/Proto_Telegram.rc +++ b/protocols/Telegram/proto_telegram/res/Proto_Telegram.rc @@ -53,6 +53,8 @@ END // remains consistent on all systems.
IDI_ICON1 ICON "Offline.ico"
IDI_ICON2 ICON "Online.ico"
+IDI_ICON3 ICON "Away.ico"
+IDI_ICON4 ICON "Occupied.ico"
#endif // Russian (Russia) resources
/////////////////////////////////////////////////////////////////////////////
|