From: Nick Roberts Date: Mon, 10 Aug 2009 03:45:59 +0000 (+0000) Subject: * progmodes/gud.el (gud-tool-bar-map): Use new 8+3 filenames. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ae51e2305471c5ff7cf8dcb8d01fb75fc0cfad70;p=emacs.git * progmodes/gud.el (gud-tool-bar-map): Use new 8+3 filenames. * term/x-win.el (x-gtk-stock-map): Ditto. --- diff --git a/lisp/progmodes/gud.el b/lisp/progmodes/gud.el index cfc7a180f04..c9c74c1a1db 100644 --- a/lisp/progmodes/gud.el +++ b/lisp/progmodes/gud.el @@ -322,14 +322,14 @@ Used to grey out relevant toolbar icons.") (gud-stepi . "gud/stepi") (gud-up . "gud/up") (gud-down . "gud/down") - (gdb-toggle-recording-1 . "gud/record-start") - (gdb-toggle-recording . "gud/record-stop") - (gud-rcont . "gud/reverse-continue") - (gud-rnext . "gud/reverse-next") - (gud-rstep . "gud/reverse-step") - (gud-rfinish . "gud/reverse-finish") - (gud-rnexti . "gud/reverse-nexti") - (gud-rstepi . "gud/reverse-stepi") + (gdb-toggle-recording-1 . "gud/recstart") + (gdb-toggle-recording . "gud/recstop") + (gud-rcont . "gud/rcont") + (gud-rnext . "gud/rnext") + (gud-rstep . "gud/rstep") + (gud-rfinish . "gud/rfinish") + (gud-rnexti . "gud/rnexti") + (gud-rstepi . "gud/rstepi") (gud-goto-info . "info")) map) (tool-bar-local-item-from-menu diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index 2ae3ae55129..ad9fd2bc3a3 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -1655,8 +1655,8 @@ The value nil is the same as this list: ("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") + ("images/gud/recstart" . "gtk-media-record") + ("images/gud/recstop" . "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)