summaryrefslogtreecommitdiffstats
path: root/src/ui/icons.cpp
diff options
context:
space:
mode:
authorBruno Dilly <bruno.dilly@gmail.com>2007-08-08 05:47:10 +0000
committerbdilly <bdilly@users.sourceforge.net>2007-08-08 05:47:10 +0000
commitb731e2b6d697648fc74a9a66eb66586870279e91 (patch)
treecdc7d1b2f260098a377c0ffc3b118032133fdd88 /src/ui/icons.cpp
parentFilter effects dialog: (diff)
downloadinkscape-b731e2b6d697648fc74a9a66eb66586870279e91.tar.gz
inkscape-b731e2b6d697648fc74a9a66eb66586870279e91.zip
export to ocal bug fix
(bzr r3418)
Diffstat (limited to 'src/ui/icons.cpp')
-rw-r--r--src/ui/icons.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ui/icons.cpp b/src/ui/icons.cpp
index f7f66d574..f24dad66b 100644
--- a/src/ui/icons.cpp
+++ b/src/ui/icons.cpp
@@ -57,12 +57,6 @@ 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");