summaryrefslogtreecommitdiffstats
path: root/src/verbs.cpp
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2012-02-27 23:49:20 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2012-02-27 23:49:20 +0000
commit6c5b23c3d3eff317c770c52cf47ca9955be7caba (patch)
tree91f6b3f9d70089226ef546a9c9a9580c7e59d4d2 /src/verbs.cpp
parentgseal fix (diff)
parentfixed crash! (diff)
downloadinkscape-6c5b23c3d3eff317c770c52cf47ca9955be7caba.tar.gz
inkscape-6c5b23c3d3eff317c770c52cf47ca9955be7caba.zip
Merge Andrew's new OCAL dialog and clean headers. Please test
(bzr r11027)
Diffstat (limited to 'src/verbs.cpp')
-rw-r--r--src/verbs.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp
index 0b0ae90cb..3636ef654 100644
--- a/src/verbs.cpp
+++ b/src/verbs.cpp
@@ -2202,8 +2202,9 @@ 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 From Open Clip Art Library"), N_("Import a document 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_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"),