summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2014-05-02 12:09:23 +0000
committerJazzyNico <nicoduf@yahoo.fr>2014-05-02 12:09:23 +0000
commite838d370cf1d9e4176dbee7a950df4482f951d02 (patch)
tree2b82118c6fc737334cb0d5b362b83e25d1916029 /src
parentEnable 'paint-order', (rendering only)... missing changes. (diff)
downloadinkscape-e838d370cf1d9e4176dbee7a950df4482f951d02.tar.gz
inkscape-e838d370cf1d9e4176dbee7a950df4482f951d02.zip
Removing the old SP_VERB_FILE_EXPORT (replaced with SP_VERB_DIALOG_EXPORT).
(bzr r13331)
Diffstat (limited to 'src')
-rw-r--r--src/verbs.cpp3
-rw-r--r--src/verbs.h2
2 files changed, 2 insertions, 3 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp
index eee7aef75..0c329cab8 100644
--- a/src/verbs.cpp
+++ b/src/verbs.cpp
@@ -2368,8 +2368,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),
diff --git a/src/verbs.h b/src/verbs.h
index 297ef1655..6ad4d0fee 100644
--- a/src/verbs.h
+++ b/src/verbs.h
@@ -52,7 +52,7 @@ enum {
SP_VERB_FILE_PRINT,
SP_VERB_FILE_VACUUM,
SP_VERB_FILE_IMPORT,
- SP_VERB_FILE_EXPORT,
+// SP_VERB_FILE_EXPORT,
SP_VERB_FILE_IMPORT_FROM_OCAL, /**< Import the file from Open Clip Art Library */
// SP_VERB_FILE_EXPORT_TO_OCAL, /**< Export the file to Open Clip Art Library */
SP_VERB_FILE_NEXT_DESKTOP,