diff options
Diffstat (limited to 'src/ui/stock-items.cpp')
| -rw-r--r-- | src/ui/stock-items.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/stock-items.cpp b/src/ui/stock-items.cpp index 503d05991..6ac6042d4 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(IMPORTFROMOCAL, _("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"))); |
