diff options
| author | Elías Gabriel Pérez | 2025-02-16 13:21:52 -0600 |
|---|---|---|
| committer | Stefan Kangas | 2025-02-16 20:50:06 +0100 |
| commit | fc189cb83cf7284344a737e75b3ee56487b1c386 (patch) | |
| tree | 95051a13a10205649958e23bc1ba089a61c61c84 /lisp/term | |
| parent | e8470b79f1d56c4c887c0b5d2c326ad6449cbbea (diff) | |
| download | emacs-fc189cb83cf7284344a737e75b3ee56487b1c386.tar.gz emacs-fc189cb83cf7284344a737e75b3ee56487b1c386.zip | |
Add gtk-redo icon to x-gtk-stock-map
* lisp/term/pgtk-win.el (x-gtk-stock-map): Add gtk-redo. (Bug#76349)
Diffstat (limited to 'lisp/term')
| -rw-r--r-- | lisp/term/pgtk-win.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/term/pgtk-win.el b/lisp/term/pgtk-win.el index fe9807f8c52..1c15234c49c 100644 --- a/lisp/term/pgtk-win.el +++ b/lisp/term/pgtk-win.el | |||
| @@ -194,6 +194,7 @@ EVENT is a `preedit-text' event." | |||
| 194 | ("etc/images/save" . ("document-save" "gtk-save")) | 194 | ("etc/images/save" . ("document-save" "gtk-save")) |
| 195 | ("etc/images/saveas" . ("document-save-as" "gtk-save-as")) | 195 | ("etc/images/saveas" . ("document-save-as" "gtk-save-as")) |
| 196 | ("etc/images/undo" . ("edit-undo" "gtk-undo")) | 196 | ("etc/images/undo" . ("edit-undo" "gtk-undo")) |
| 197 | ("etc/images/redo" . ("edit-redo" "gtk-redo")) | ||
| 197 | ("etc/images/cut" . ("edit-cut" "gtk-cut")) | 198 | ("etc/images/cut" . ("edit-cut" "gtk-cut")) |
| 198 | ("etc/images/copy" . ("edit-copy" "gtk-copy")) | 199 | ("etc/images/copy" . ("edit-copy" "gtk-copy")) |
| 199 | ("etc/images/paste" . ("edit-paste" "gtk-paste")) | 200 | ("etc/images/paste" . ("edit-paste" "gtk-paste")) |