From cd1bbd3a8c4824c0b6d017db10b20473aa8939ac Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 13 Nov 2020 19:04:14 +0300 Subject: =?UTF-8?q?fixes=20#2613=20(=D0=9E=D1=82=D1=81=D1=83=D1=82=D1=81?= =?UTF-8?q?=D1=82=D0=B2=D1=83=D0=B5=D1=82=20=D1=8D=D0=BA=D1=81=D1=82=D1=80?= =?UTF-8?q?=D0=B0-=D0=B8=D0=BA=D0=BE=D0=BD=D0=BA=D0=B0=20=D0=B7=D0=B0?= =?UTF-8?q?=D0=B3=D0=BB=D1=83=D1=88=D1=91=D0=BD=D0=BD=D1=8B=D1=85=20=D1=87?= =?UTF-8?q?=D0=B0=D1=82=D0=BE=D0=B2)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mir_app/src/ei_services.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 } }; -- cgit v1.2.3