diff options
| author | Luca Bruno <lucab@debian.org> | 2007-08-17 09:08:43 +0000 |
|---|---|---|
| committer | luca_bruno <luca_bruno@users.sourceforge.net> | 2007-08-17 09:08:43 +0000 |
| commit | c784364445e4fa578dd6582882f63ae782d2c36b (patch) | |
| tree | e86201a3beaf9b868b21dfdcf172a960b78f9262 /src/verbs.cpp | |
| parent | Filter effects dialog: (diff) | |
| download | inkscape-c784364445e4fa578dd6582882f63ae782d2c36b.tar.gz inkscape-c784364445e4fa578dd6582882f63ae782d2c36b.zip | |
* Better labels and icons for OCAL import/export
(bzr r3489)
Diffstat (limited to 'src/verbs.cpp')
| -rw-r--r-- | src/verbs.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp index fbf13ef7a..f46a443ef 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -2160,8 +2160,8 @@ Verb *Verb::_base_verbs[] = { N_("Import a bitmap or SVG image into this document"), "file_import"), new FileVerb(SP_VERB_FILE_EXPORT, "FileExport", N_("_Export Bitmap..."), N_("Export this document or a selection as a bitmap image"), "file_export"), - new FileVerb(SP_VERB_FILE_IMPORT_FROM_OCAL, "FileImportFromOCAL", N_("Import From OCAL"), N_("Import a document from Open Clip Art Library"), NULL), - new FileVerb(SP_VERB_FILE_EXPORT_TO_OCAL, "FileExportToOCAL", N_("Export To OCAL"), N_("Export this document to Open Clip Art Library"), NULL), + new FileVerb(SP_VERB_FILE_IMPORT_FROM_OCAL, "FileImportFromOCAL", N_("Import From OpenClipArt"), N_("Import a document from Open Clip Art Library"), "ocal_import"), + new FileVerb(SP_VERB_FILE_EXPORT_TO_OCAL, "FileExportToOCAL", N_("Export To OpenClipArt"), N_("Export this document to Open Clip Art Library"), "ocal_export"), new FileVerb(SP_VERB_FILE_NEXT_DESKTOP, "NextWindow", N_("N_ext Window"), N_("Switch to the next document window"), "window_next"), new FileVerb(SP_VERB_FILE_PREV_DESKTOP, "PrevWindow", N_("P_revious Window"), |
