aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus
diff options
context:
space:
mode:
authorDmitry Gutov2020-05-11 04:25:53 +0300
committerDmitry Gutov2020-05-11 04:25:53 +0300
commitb97877470dcf98d02e4bd31ece7bfb862969663f (patch)
treef286a09f1d08174c1f1b088ee8bfbb0a063739f7 /lisp/gnus
parenta218c9861573b5ec4979ff2662f5c0343397e3ff (diff)
downloademacs-b97877470dcf98d02e4bd31ece7bfb862969663f.tar.gz
emacs-b97877470dcf98d02e4bd31ece7bfb862969663f.zip
Use better icons on GTK in message-mode and isearch
* lisp/gnus/message.el (message-tool-bar-retro): Use non-Gnus-specific icon. * lisp/term/x-win.el (x-gtk-stock-map): Use more themed icons (bug#40990).
Diffstat (limited to 'lisp/gnus')
-rw-r--r--lisp/gnus/message.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el
index 8f402bfc621..5a6827af762 100644
--- a/lisp/gnus/message.el
+++ b/lisp/gnus/message.el
@@ -7984,7 +7984,7 @@ See `gmm-tool-bar-from-list' for details on the format of the list."
7984 7984
7985(defcustom message-tool-bar-retro 7985(defcustom message-tool-bar-retro
7986 '(;; Old Emacs 21 icon for consistency. 7986 '(;; Old Emacs 21 icon for consistency.
7987 (message-send-and-exit "gnus/mail-send") 7987 (message-send-and-exit "mail/send")
7988 (message-kill-buffer "close") 7988 (message-kill-buffer "close")
7989 (message-dont-send "cancel") 7989 (message-dont-send "cancel")
7990 (mml-attach-file "attach" mml-mode-map) 7990 (mml-attach-file "attach" mml-mode-map)