diff options
| author | Bruno Dilly <bruno.dilly@gmail.com> | 2007-08-18 00:47:39 +0000 |
|---|---|---|
| committer | bdilly <bdilly@users.sourceforge.net> | 2007-08-18 00:47:39 +0000 |
| commit | c77aeeb30a875f717a57f89a3d14db993bef7781 (patch) | |
| tree | 6aa4aac9b0e54e8060e11a0dc041e69b9df7d1d6 /src/file.cpp | |
| parent | Fixed 2geom sbasis to path (also committed to 2geom svn) (diff) | |
| download | inkscape-c77aeeb30a875f717a57f89a3d14db993bef7781.tar.gz inkscape-c77aeeb30a875f717a57f89a3d14db993bef7781.zip | |
few changes in import from ocal dialog
(bzr r3502)
Diffstat (limited to 'src/file.cpp')
| -rw-r--r-- | src/file.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file.cpp b/src/file.cpp index 2b006c3b3..e1181b977 100644 --- a/src/file.cpp +++ b/src/file.cpp @@ -1319,7 +1319,7 @@ sp_file_import_from_ocal(Gtk::Window &parentWindow) parentWindow, import_path, Inkscape::UI::Dialog::IMPORT_TYPES, - (char const *)_("Import From OCAL")); + (char const *)_("Import From Open Clip Art Library")); } bool success = importDialogInstance->show(); |
