Add gtk-redo icon to x-gtk-stock-map to x-win.el
* lisp/term/x-win.el (x-gtk-stock-map): Add gtk-redo.
This commit is contained in:
parent
fc189cb83c
commit
35d4316101
1 changed files with 1 additions and 0 deletions
|
@ -1383,6 +1383,7 @@ This returns an error if any Emacs frames are X frames."
|
|||
("etc/images/save" . ("document-save" "gtk-save"))
|
||||
("etc/images/saveas" . ("document-save-as" "gtk-save-as"))
|
||||
("etc/images/undo" . ("edit-undo" "gtk-undo"))
|
||||
("etc/images/redo" . ("edit-redo" "gtk-redo"))
|
||||
("etc/images/cut" . ("edit-cut" "gtk-cut"))
|
||||
("etc/images/copy" . ("edit-copy" "gtk-copy"))
|
||||
("etc/images/paste" . ("edit-paste" "gtk-paste"))
|
||||
|
|
Loading…
Add table
Reference in a new issue