diff options
| author | Bruno Dilly <bruno.dilly@gmail.com> | 2007-08-08 05:47:10 +0000 |
|---|---|---|
| committer | bdilly <bdilly@users.sourceforge.net> | 2007-08-08 05:47:10 +0000 |
| commit | b731e2b6d697648fc74a9a66eb66586870279e91 (patch) | |
| tree | cdc7d1b2f260098a377c0ffc3b118032133fdd88 /src/ui/stock.cpp | |
| parent | Filter effects dialog: (diff) | |
| download | inkscape-b731e2b6d697648fc74a9a66eb66586870279e91.tar.gz inkscape-b731e2b6d697648fc74a9a66eb66586870279e91.zip | |
export to ocal bug fix
(bzr r3418)
Diffstat (limited to 'src/ui/stock.cpp')
| -rw-r--r-- | src/ui/stock.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/stock.cpp b/src/ui/stock.cpp index 6d4c7b391..f0ec456b1 100644 --- a/src/ui/stock.cpp +++ b/src/ui/stock.cpp @@ -19,6 +19,7 @@ namespace Stock { Gtk::StockID const OPEN_RECENT("open-recent"); Gtk::StockID const IMPORT("import"); Gtk::StockID const EXPORT("export"); +Gtk::StockID const IMPORTFROMOCAL("import_from_ocal"); Gtk::StockID const EXPORTTOOCAL("export_to_ocal"); Gtk::StockID const VACUUM_DEFS("vacuum-defs"); // Edit menu |
