summaryrefslogtreecommitdiffstats
path: root/src/verbs.cpp
diff options
context:
space:
mode:
authorLiam P. White <inkscapebronyat-signgmaildotcom>2014-05-04 18:29:38 +0000
committerLiam P. White <inkscapebronyat-signgmaildotcom>2014-05-04 18:29:38 +0000
commitc6e6a641344a9d14272d1d90a8aa3b28440d341e (patch)
tree8e2cdeef2db9295d42afb5aaa9eee41b6ebf86fa /src/verbs.cpp
parentFix an issue with doOnRemove not being called (diff)
parentFix bounding box cache issues in general, and prevent the selector tool from ... (diff)
downloadinkscape-c6e6a641344a9d14272d1d90a8aa3b28440d341e.tar.gz
inkscape-c6e6a641344a9d14272d1d90a8aa3b28440d341e.zip
Update to trunk
(bzr r13090.1.71)
Diffstat (limited to 'src/verbs.cpp')
-rw-r--r--src/verbs.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp
index 10814cea1..c20f48e65 100644
--- a/src/verbs.cpp
+++ b/src/verbs.cpp
@@ -2374,8 +2374,7 @@ Verb *Verb::_base_verbs[] = {
INKSCAPE_ICON("document-cleanup") ),
new FileVerb(SP_VERB_FILE_IMPORT, "FileImport", N_("_Import..."),
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_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),