]> git.eshelyaron.com Git - emacs.git/commitdiff
Map "mail/compose" icon to "mail-message-new" in GTK
authorDmitry Gutov <dgutov@yandex.ru>
Mon, 11 May 2020 02:13:25 +0000 (05:13 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Mon, 11 May 2020 02:13:25 +0000 (05:13 +0300)
* lisp/term/x-win.el (x-gtk-stock-map): One more icon mapping.

lisp/term/x-win.el

index d7bc64fa52a16e9e3e2f5fdff326f23fe1757ab4..42a6f4030e5aad2950d31d78ef3c06e9103e371b 100644 (file)
@@ -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")