diff options
author | George Hazan <george.hazan@gmail.com> | 2023-12-07 14:42:57 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-12-07 14:42:57 +0300 |
commit | c4a013eb138c4fe3e181751ca5a5b596e5961dd4 (patch) | |
tree | dcd9c18e39aa8c19c049cab4aad7fdd5c21036fe /protocols/Telegram/res | |
parent | f45c6111f5b86d327e30b3709c92321248534398 (diff) |
since Reply menu item does not depend on a protocol, it's moved to NewStory
Diffstat (limited to 'protocols/Telegram/res')
-rw-r--r-- | protocols/Telegram/res/reply.ico | bin | 4286 -> 0 bytes | |||
-rw-r--r-- | protocols/Telegram/res/resource.rc | 3 |
2 files changed, 0 insertions, 3 deletions
diff --git a/protocols/Telegram/res/reply.ico b/protocols/Telegram/res/reply.ico Binary files differdeleted file mode 100644 index 16cbee7a06..0000000000 --- a/protocols/Telegram/res/reply.ico +++ /dev/null diff --git a/protocols/Telegram/res/resource.rc b/protocols/Telegram/res/resource.rc index 2dea61f66b..23ea531835 100644 --- a/protocols/Telegram/res/resource.rc +++ b/protocols/Telegram/res/resource.rc @@ -179,9 +179,6 @@ IDI_REACTION ICON "reaction.ico" IDI_BOT ICON "bot.ico"
-IDI_REPLY ICON "reply.ico"
-
-
/////////////////////////////////////////////////////////////////////////////
//
// DESIGNINFO
|