diff options
| author | Andrew rugby471@gmail.com <> | 2011-03-25 20:08:46 +0000 |
|---|---|---|
| committer | Andrew rugby471@gmail.com <> | 2011-03-25 20:08:46 +0000 |
| commit | f560bad9a92209e596e8394023b4af96d630d8e1 (patch) | |
| tree | 9f615dfedb43f51f9555a23caf01927bf859b869 /src/verbs.cpp | |
| parent | Change menutems and title to "Import Clip Art" (diff) | |
| download | inkscape-f560bad9a92209e596e8394023b4af96d630d8e1.tar.gz inkscape-f560bad9a92209e596e8394023b4af96d630d8e1.zip | |
Increased size of OCAL logo and removed "Powered by" text
Removed border of LoadingBox on startup
(bzr r10092.1.21)
Diffstat (limited to 'src/verbs.cpp')
| -rw-r--r-- | src/verbs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp index db0659d2c..f31a3df58 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -2257,7 +2257,7 @@ 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_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), |
