diff options
author | George Hazan <ghazan@miranda.im> | 2020-11-13 19:04:14 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-11-13 19:04:14 +0300 |
commit | cd1bbd3a8c4824c0b6d017db10b20473aa8939ac (patch) | |
tree | de8e59c48942e4db11ec8b4be00859007905d5ee | |
parent | 3047d0ce2a54f67cd6c11cd1c82582e23ddf3ebc (diff) |
fixes #2613 (Отсутствует экстра-иконка заглушённых чатов)
-rw-r--r-- | src/mir_app/src/ei_services.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mir_app/src/ei_services.cpp b/src/mir_app/src/ei_services.cpp index 94b8777c60..ca8fc4adac 100644 --- a/src/mir_app/src/ei_services.cpp +++ b/src/mir_app/src/ei_services.cpp @@ -466,6 +466,7 @@ MIR_APP_DLL(int) ExtraIcon_Clear(HANDLE hExtraIcon, MCONTACT hContact) static IconItem iconList[] = { { LPGEN("Chat activity"), "ChatActivity", IDI_CHAT }, + { LPGEN("Chat mute"), "ChatMute", IDI_OFF }, { LPGEN("Male"), "gender_male", IDI_MALE }, { LPGEN("Female"), "gender_female", IDI_FEMALE } }; |