X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fui%2Fstock.h;h=ad99a3c055bf26438a2dcc28199621228cb428ad;hb=1252668b9e8506ce9b4ee38ff246893fd7cbb26f;hp=069ab66f315abe66b4e12965cd92448af7aafc00;hpb=4ec52515516e3a6bf2fbc3ed01a7e179bde16d20;p=inkscape.git diff --git a/src/ui/stock.h b/src/ui/stock.h index 069ab66f3..ad99a3c05 100644 --- a/src/ui/stock.h +++ b/src/ui/stock.h @@ -22,6 +22,8 @@ namespace Stock { extern Gtk::StockID const OPEN_RECENT; extern Gtk::StockID const IMPORT; extern Gtk::StockID const EXPORT; +extern Gtk::StockID const IMPORTFROMOCAL; +extern Gtk::StockID const EXPORTTOOCAL; extern Gtk::StockID const VACUUM_DEFS; // Edit menu extern Gtk::StockID const UNDO_HISTORY; @@ -86,6 +88,7 @@ extern Gtk::StockID const LAYER_TO_BOTTOM; // Object menu extern Gtk::StockID const FILL_STROKE; extern Gtk::StockID const OBJECT_PROPERTIES; +extern Gtk::StockID const FILTER_EFFECTS; extern Gtk::StockID const GROUP; extern Gtk::StockID const UNGROUP; extern Gtk::StockID const RAISE;