summaryrefslogtreecommitdiffstats
path: root/src/ui/stock-items.cpp
diff options
context:
space:
mode:
authorBruno Dilly <bruno.dilly@gmail.com>2007-08-06 18:32:13 +0000
committerbdilly <bdilly@users.sourceforge.net>2007-08-06 18:32:13 +0000
commitf006ebdee5b2f29127a152978ac72e41f61ced33 (patch)
treed35a9cc73d84182ad90838bcd77cda2e3574679d /src/ui/stock-items.cpp
parentAdd Gail and Diederik; correct Danilo's name. (diff)
downloadinkscape-f006ebdee5b2f29127a152978ac72e41f61ced33.tar.gz
inkscape-f006ebdee5b2f29127a152978ac72e41f61ced33.zip
adds export to ocal feature without dialog window
(bzr r3398)
Diffstat (limited to 'src/ui/stock-items.cpp')
-rw-r--r--src/ui/stock-items.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/stock-items.cpp b/src/ui/stock-items.cpp
index 09e2a894d..503d05991 100644
--- a/src/ui/stock-items.cpp
+++ b/src/ui/stock-items.cpp
@@ -33,6 +33,7 @@ init()
add(Gtk::StockItem(SAVE_AS, _("PLACEHOLDER, do not translate")));
add(Gtk::StockItem(IMPORT, _("PLACEHOLDER, do not translate")));
add(Gtk::StockItem(EXPORT, _("PLACEHOLDER, do not translate")));
+ add(Gtk::StockItem(EXPORTTOOCAL, _("PLACEHOLDER, do not translate")));
add(Gtk::StockItem(PRINT, _("PLACEHOLDER, do not translate")));
add(Gtk::StockItem(PRINT_PREVIEW, _("PLACEHOLDER, do not translate")));
add(Gtk::StockItem(VACUUM_DEFS, _("PLACEHOLDER, do not translate")));