diff options
| author | Bruno Dilly <bruno.dilly@gmail.com> | 2007-08-06 18:32:13 +0000 |
|---|---|---|
| committer | bdilly <bdilly@users.sourceforge.net> | 2007-08-06 18:32:13 +0000 |
| commit | f006ebdee5b2f29127a152978ac72e41f61ced33 (patch) | |
| tree | d35a9cc73d84182ad90838bcd77cda2e3574679d /src/ui/icons.cpp | |
| parent | Add Gail and Diederik; correct Danilo's name. (diff) | |
| download | inkscape-f006ebdee5b2f29127a152978ac72e41f61ced33.tar.gz inkscape-f006ebdee5b2f29127a152978ac72e41f61ced33.zip | |
adds export to ocal feature without dialog window
(bzr r3398)
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 f24dad66b..f7f66d574 100644 --- a/src/ui/icons.cpp +++ b/src/ui/icons.cpp @@ -57,6 +57,12 @@ init() src.set_filename(get_icon_path("export.svg")); _export.add_source(src); icons->add(Stock::EXPORT, _export); + // Export to OCAL + Gtk::IconSet _export_to_ocal; + src.set_icon_name("ExportToOCAL"); + src.set_filename(get_icon_path("export_to_ocal.svg")); + _export_to_ocal.add_source(src); + icons->add(Stock::EXPORTTOOCAL, _export_to_ocal); // Vacuum Defs Gtk::IconSet _vacuum_defs; src.set_icon_name("VacuumDefs"); |
