diff options
| author | Andrew rugby471@gmail.com <> | 2011-03-13 07:55:20 +0000 |
|---|---|---|
| committer | Andrew rugby471@gmail.com <> | 2011-03-13 07:55:20 +0000 |
| commit | d643c9d4c725c32f7084e7d59d60e6e897819c89 (patch) | |
| tree | 97e4fe3dd735c7b73a62886e20b96532ee8ab7a2 /src/file.cpp | |
| parent | removed message and description labels (diff) | |
| download | inkscape-d643c9d4c725c32f7084e7d59d60e6e897819c89.tar.gz inkscape-d643c9d4c725c32f7084e7d59d60e6e897819c89.zip | |
Added OCAL namespace within Dialog namespace
(bzr r10092.1.7)
Diffstat (limited to 'src/file.cpp')
| -rw-r--r-- | src/file.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/file.cpp b/src/file.cpp index d997a72f7..967c59b08 100644 --- a/src/file.cpp +++ b/src/file.cpp @@ -1328,8 +1328,8 @@ sp_file_export_to_ocal_dialog(Gtk::Window &parentWindow) export_path = export_path_local; // Show the Export To OCAL dialog - Inkscape::UI::Dialog::FileExportToOCALDialog *exportDialogInstance = - new Inkscape::UI::Dialog::FileExportToOCALDialog( + Inkscape::UI::Dialog::OCAL:ExportDialog *exportDialogInstance = + new Inkscape::UI::Dialog::OCAL:ExportDialog parentWindow, Inkscape::UI::Dialog::EXPORT_TYPES, (char const *) _("Select file to export to") @@ -1452,11 +1452,11 @@ sp_file_import_from_ocal(Gtk::Window &parent_window) if (!doc) return; - Inkscape::UI::Dialog::FileImportFromOCALDialog *import_dialog = NULL; + Inkscape::UI::Dialog::OCAL::ImportDialog *import_dialog = NULL; if (!import_dialog) { import_dialog = new - Inkscape::UI::Dialog::FileImportFromOCALDialog( + Inkscape::UI::Dialog::OCAL::ImportDialog( parent_window, import_path, Inkscape::UI::Dialog::IMPORT_TYPES, |
