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 /protocols/JabberG/src/jabber_bookmarks.cpp | |
parent | e55d071e5485a937efd427d159b76c208cccdcce (diff) |
fixes #3124 (Jabber: у действия "Edit" значок "Rename")
Diffstat (limited to 'protocols/JabberG/src/jabber_bookmarks.cpp')
-rw-r--r-- | protocols/JabberG/src/jabber_bookmarks.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_bookmarks.cpp b/protocols/JabberG/src/jabber_bookmarks.cpp index 6219126763..0c9944677a 100644 --- a/protocols/JabberG/src/jabber_bookmarks.cpp +++ b/protocols/JabberG/src/jabber_bookmarks.cpp @@ -172,7 +172,7 @@ public: CJabberDlgBookmarks(CJabberProto *proto) :
CSuper(proto, IDD_BOOKMARKS),
m_btnAdd(this, IDC_ADD, SKINICON_OTHER_ADDCONTACT, LPGEN("Add")),
- m_btnEdit(this, IDC_EDIT, SKINICON_OTHER_RENAME, LPGEN("Edit")),
+ m_btnEdit(this, IDC_EDIT, SKINICON_OTHER_EDIT, LPGEN("Edit")),
m_btnRemove(this, IDC_REMOVE, SKINICON_OTHER_DELETE, LPGEN("Remove")),
m_lvBookmarks(this, IDC_BM_LIST)
{
|