Code

Color Matrix Filter:
[inkscape.git] / src / ui / stock.h
index 069ab66f315abe66b4e12965cd92448af7aafc00..ad99a3c055bf26438a2dcc28199621228cb428ad 100644 (file)
@@ -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;