diff options
| author | bulia byak <buliabyak@gmail.com> | 2006-06-29 20:15:48 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2006-06-29 20:15:48 +0000 |
| commit | ef0a7b603c667abc8599c3abf88c4408acb05228 (patch) | |
| tree | 7ddfd39557009044f41538d865cf3365e0ffe3fd /src/ui/icons.cpp | |
| parent | Small bugfixes. (diff) | |
| download | inkscape-ef0a7b603c667abc8599c3abf88c4408acb05228.tar.gz inkscape-ef0a7b603c667abc8599c3abf88c4408acb05228.zip | |
patch from Gustav Broberg: undo annotations and history dialog
(bzr r1315)
Diffstat (limited to 'src/ui/icons.cpp')
| -rw-r--r-- | src/ui/icons.cpp | 6 |
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"); |
