diff options
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/term/x-win.el | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e74b3d2aac8..1e2ccc9a3e0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-04-09 Jan Djärv <jan.h.d@swipnet.se> + + * term/x-win.el (x-gtk-stock-map): Map info to gtk-info. + 2008-04-09 Juanma Barranquero <lekktu@gmail.com> * calc/.cvsignore: New file. diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index 7d7f091b2fd..ab4941afca0 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -2501,6 +2501,7 @@ The value nil is the same as this list: ("etc/images/search" . "gtk-find") ("etc/images/exit" . "gtk-quit") ("etc/images/cancel" . "gtk-cancel") + ("etc/images/info" . "gtk-info") ("etc/images/bookmark_add" . "n:bookmark_add") ;; Used in Gnus and/or MH-E: ("etc/images/attach" . "gtk-attach") |