From: Dmitry Gutov Date: Mon, 11 May 2020 02:13:25 +0000 (+0300) Subject: Map "mail/compose" icon to "mail-message-new" in GTK X-Git-Tag: emacs-28.0.90~7388 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c9d7253dd1bd33c1b857203bc9a050013fcb4b34;p=emacs.git Map "mail/compose" icon to "mail-message-new" in GTK * lisp/term/x-win.el (x-gtk-stock-map): One more icon mapping. --- diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index d7bc64fa52a..42a6f4030e5 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -1434,7 +1434,7 @@ This returns an error if any Emacs frames are X frames." ("etc/images/sort-row-ascending" . "gtk-sort-row-ascending") ("etc/images/spell" . ("tools-check-spelling" "gtk-spell-check")) ("images/gnus/toggle-subscription" . "gtk-task-recurring") - ("images/mail/compose" . "gtk-mail-compose") + ("images/mail/compose" . ("mail-message-new" "gtk-mail-compose")) ("images/mail/copy" . "gtk-mail-copy") ("images/mail/forward" . "gtk-mail-forward") ("images/mail/inbox" . "gtk-inbox")