summaryrefslogtreecommitdiffstats
path: root/src/ui/icons.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/icons.cpp')
-rw-r--r--src/ui/icons.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ui/icons.cpp b/src/ui/icons.cpp
index aa8c5d53c..c65066c36 100644
--- a/src/ui/icons.cpp
+++ b/src/ui/icons.cpp
@@ -65,6 +65,12 @@ init()
icons->add(Stock::VACUUM_DEFS, _vacuum_defs);
// Edit menu
+ // Undo History
+ Gtk::IconSet _undo_history;
+ src.set_icon_name("UndoHistory");
+ src.set_filename(get_icon_path("undo-history.svg"));
+ _undo_history.add_source(src);
+ icons->add(Stock::UNDO_HISTORY, _undo_history);
// Paste In Place
Gtk::IconSet _paste_in_place;
src.set_icon_name("PasteInPlace");