diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2019-11-01 19:27:57 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2019-11-01 23:08:03 +0000 |
| commit | a1253803f469ff6be714ec7ce2837286e719939d (patch) | |
| tree | a0909acf5d2d74353e0a655c3afbfe9b1ef45d2f /src/verbs.cpp | |
| parent | fix #497 don't set 'd' style property (diff) | |
| download | inkscape-a1253803f469ff6be714ec7ce2837286e719939d.tar.gz inkscape-a1253803f469ff6be714ec7ce2837286e719939d.zip | |
Remove OCAL
Diffstat (limited to 'src/verbs.cpp')
| -rw-r--r-- | src/verbs.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp index 49ee61aab..63c5295f8 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -874,12 +874,6 @@ void FileVerb::perform(SPAction *action, void *data) // case SP_VERB_FILE_EXPORT: // sp_file_export_dialog(*parent); // break; - case SP_VERB_FILE_IMPORT_FROM_OCAL: - sp_file_import_from_ocal(*parent); - break; -// case SP_VERB_FILE_EXPORT_TO_OCAL: -// sp_file_export_to_ocal(*parent); -// break; case SP_VERB_FILE_NEXT_DESKTOP: INKSCAPE.switch_desktops_next(); break; @@ -2538,10 +2532,6 @@ Verb *Verb::_base_verbs[] = { N_("Import a bitmap or SVG image into this document"), INKSCAPE_ICON("document-import")), // new FileVerb(SP_VERB_FILE_EXPORT, "FileExport", N_("_Export Bitmap..."), N_("Export this document or a // selection as a bitmap image"), INKSCAPE_ICON("document-export")), - new FileVerb(SP_VERB_FILE_IMPORT_FROM_OCAL, "FileImportFromOCAL", N_("Import Clip Art..."), - N_("Import clipart from Open Clip Art Library"), INKSCAPE_ICON("document-import-ocal")), - // new FileVerb(SP_VERB_FILE_EXPORT_TO_OCAL, "FileExportToOCAL", N_("Export To Open Clip Art Library"), - // N_("Export this document to Open Clip Art Library"), INKSCAPE_ICON_DOCUMENT_EXPORT_OCAL), new FileVerb(SP_VERB_FILE_NEXT_DESKTOP, "NextWindow", N_("N_ext Window"), N_("Switch to the next document window"), INKSCAPE_ICON("window-next")), new FileVerb(SP_VERB_FILE_PREV_DESKTOP, "PrevWindow", N_("P_revious Window"), |
