From f006ebdee5b2f29127a152978ac72e41f61ced33 Mon Sep 17 00:00:00 2001 From: Bruno Dilly Date: Mon, 6 Aug 2007 18:32:13 +0000 Subject: adds export to ocal feature without dialog window (bzr r3398) --- src/ui/icons.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/ui/icons.cpp') 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"); -- cgit v1.2.3