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/stock-items.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ui/stock-items.cpp') 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"))); -- cgit v1.2.3