]> git.eshelyaron.com Git - emacs.git/commitdiff
(x-gtk-stock-map): Map some GUD buttons.
authorNick Roberts <nickrob@snap.net.nz>
Sat, 8 Aug 2009 04:47:14 +0000 (04:47 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Sat, 8 Aug 2009 04:47:14 +0000 (04:47 +0000)
etc/ChangeLog
lisp/term/x-win.el

index 4e686f71162e237e2b431e12a2fb81f4f05e1c66..31a7473b4aa63617917a626a2c8623f5a4533a33 100644 (file)
@@ -1,3 +1,8 @@
+2009-08-08  Nick Roberts  <nickrob@snap.net.nz>
+
+       * images/gud/README (License): Add entries for icons for reverse
+       execution.
+
 2009-08-06  Nick Roberts  <nickrob@snap.net.nz>
 
        * etc/images/gud/record-start.xpm, etc/images/gud/record-stop.xpm,
index 17c0f3aef93293bec4c6bc698969f49f2b6da88b..2ae3ae5512937f5d7fec4568735e2f2763235853 100644 (file)
@@ -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)