From 9289c1726bbd97cb2befcfa19f21a79dd6a45d78 Mon Sep 17 00:00:00 2001 From: Maximilian Albert Date: Sun, 9 Aug 2009 16:43:39 +0000 Subject: Put #ifdefs around all code related to the so-called "new" ExportDialog (whatever that is) (bzr r8456) --- src/file.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/file.cpp') 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, -- cgit v1.2.3