diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2009-08-09 16:43:39 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2009-08-09 16:43:39 +0000 |
| commit | 9289c1726bbd97cb2befcfa19f21a79dd6a45d78 (patch) | |
| tree | f122f098fb7d42731b63a57896bb58e3dc450ef2 /src/file.cpp | |
| parent | Cleanup (remove unused variable; use generic function to determine the file e... (diff) | |
| download | inkscape-9289c1726bbd97cb2befcfa19f21a79dd6a45d78.tar.gz inkscape-9289c1726bbd97cb2befcfa19f21a79dd6a45d78.zip | |
Put #ifdefs around all code related to the so-called "new" ExportDialog (whatever that is)
(bzr r8456)
Diffstat (limited to 'src/file.cpp')
| -rw-r--r-- | src/file.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/file.cpp b/src/file.cpp index 8f40d7e4b..420eaec63 100644 --- a/src/file.cpp +++ b/src/file.cpp @@ -1123,9 +1123,6 @@ sp_file_import(Gtk::Window &parentWindow) ## E X P O R T ######################*/ -//#define NEW_EXPORT_DIALOG - - #ifdef NEW_EXPORT_DIALOG @@ -1192,7 +1189,7 @@ sp_file_export_dialog(void *widget) if ( export_path_local.size() > 0) export_path = export_path_local; - //# Show the SaveAs dialog + //# Show the Export dialog Inkscape::UI::Dialog::FileExportDialog *exportDialogInstance = Inkscape::UI::Dialog::FileExportDialog::create( export_path, |
