diff options
| author | Andrew rugby471@gmail.com <> | 2011-03-25 19:53:27 +0000 |
|---|---|---|
| committer | Andrew rugby471@gmail.com <> | 2011-03-25 19:53:27 +0000 |
| commit | d039527800711fd1b7a86f1670b8ab45cd8b8cea (patch) | |
| tree | 226716af2d1f4c82ab0d178c0edc57375c971415 /src | |
| parent | Improving preview widget (diff) | |
| download | inkscape-d039527800711fd1b7a86f1670b8ab45cd8b8cea.tar.gz inkscape-d039527800711fd1b7a86f1670b8ab45cd8b8cea.zip | |
Change menutems and title to "Import Clip Art"
(bzr r10092.1.20)
Diffstat (limited to 'src')
| -rw-r--r-- | src/file.cpp | 2 | ||||
| -rw-r--r-- | src/ui/dialog/ocaldialogs.cpp | 1 | ||||
| -rw-r--r-- | src/verbs.cpp | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/src/file.cpp b/src/file.cpp index cee5280c0..76e1e9d6d 100644 --- a/src/file.cpp +++ b/src/file.cpp @@ -1470,7 +1470,7 @@ sp_file_import_from_ocal(Gtk::Window &parent_window) parent_window, import_path, Inkscape::UI::Dialog::IMPORT_TYPES, - (char const *)_("Import From Open Clip Art Library")); + (char const *)_("Import Clip Art")); import_ocal_dialog->signal_response().connect( sigc::ptr_fun(&on_import_from_ocal_response)); diff --git a/src/ui/dialog/ocaldialogs.cpp b/src/ui/dialog/ocaldialogs.cpp index 6fd8137ff..0a65ffb47 100644 --- a/src/ui/dialog/ocaldialogs.cpp +++ b/src/ui/dialog/ocaldialogs.cpp @@ -352,7 +352,6 @@ bool LoadingBox::on_timeout() { return false; } - PreviewWidget::PreviewWidget() : Gtk::VBox(false, 12) { box_loading = new LoadingBox(); diff --git a/src/verbs.cpp b/src/verbs.cpp index 1ad68b792..db0659d2c 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 From Open Clip Art Library"), N_("Import a document 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), |
