diff options
author | George Hazan <ghazan@miranda.im> | 2022-07-24 17:32:34 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-07-24 17:32:34 +0300 |
commit | 3c43a0c80558f3f8ae35b8fc543e482ab255c1aa (patch) | |
tree | 546c7b58935ae263a081b00de5760e7689867255 /src | |
parent | e55d071e5485a937efd427d159b76c208cccdcce (diff) |
fixes #3124 (Jabber: у действия "Edit" значок "Rename")
Diffstat (limited to 'src')
-rw-r--r-- | src/mir_app/src/skinicons.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mir_app/src/skinicons.cpp b/src/mir_app/src/skinicons.cpp index e5c27a87da..8994333313 100644 --- a/src/mir_app/src/skinicons.cpp +++ b/src/mir_app/src/skinicons.cpp @@ -94,6 +94,7 @@ static struct StandardIconDescription mainIcons[] = { SKINICON_ERROR, LPGEN("Error"), -IDI_MERROR, 0, nullptr }, // 53
{ SKINICON_WARNING, LPGEN("Warning"), -IDI_MWARNING, 0, nullptr }, // 54
{ SKINICON_INFORMATION, LPGEN("Information"), -IDI_MINFO, 0, nullptr }, // 55
+ { SKINICON_OTHER_EDIT, LPGEN("Edit"), -IDI_TYPING, 0, nullptr }, // 56
{ SKINICON_OTHER_VISIBLE_ALL, LPGEN("Always visible"), -IDI_ALWAYSVIS, 0, LPGEN("Contact list") },
{ SKINICON_OTHER_INVISIBLE_ALL, LPGEN("Always invisible"), -IDI_NEVERVIS, 0, LPGEN("Contact list") },
|