From: Nick Roberts Date: Sat, 8 Aug 2009 04:47:14 +0000 (+0000) Subject: (x-gtk-stock-map): Map some GUD buttons. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8e28315c5246b0f661221d97b0a5e6217463b88e;p=emacs.git (x-gtk-stock-map): Map some GUD buttons. --- diff --git a/etc/ChangeLog b/etc/ChangeLog index 4e686f71162..31a7473b4aa 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,8 @@ +2009-08-08 Nick Roberts + + * images/gud/README (License): Add entries for icons for reverse + execution. + 2009-08-06 Nick Roberts * etc/images/gud/record-start.xpm, etc/images/gud/record-stop.xpm, diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index 17c0f3aef93..2ae3ae55129 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -1653,6 +1653,10 @@ The value nil is the same as this list: ("images/mail/save-draft" . "gtk-mail-handling") ("images/mail/send" . "gtk-mail-send") ("images/mail/spam" . "gtk-spam") + ;; Used for GDB Graphical Interface + ("images/gud/break" . "gtk-no") + ("images/gud/record-start" . "gtk-media-record") + ("images/gud/record-stop" . "gtk-media-stop") ;; No themed versions available: ;; mail/preview (combining stock_mail and stock_zoom) ;; mail/save (combining stock_mail, stock_save and stock_convert)