Code

adds export to ocal feature without dialog window
[inkscape.git] / src / ui / stock.h
index d990186cbf2d881cfcd1540d4f80bc36ba96ebc3..4069115a7a090677b30ae71a9719cf21139181ca 100644 (file)
@@ -22,8 +22,10 @@ namespace Stock {
 extern Gtk::StockID const OPEN_RECENT;
 extern Gtk::StockID const IMPORT;
 extern Gtk::StockID const EXPORT;
+extern Gtk::StockID const EXPORTTOOCAL;
 extern Gtk::StockID const VACUUM_DEFS;
 // Edit menu
+extern Gtk::StockID const UNDO_HISTORY;
 extern Gtk::StockID const PASTE_IN_PLACE;
 extern Gtk::StockID const PASTE_STYLE;
 extern Gtk::StockID const DUPLICATE;
@@ -85,6 +87,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;