Merge with 2.0-ongoing R3082.
[ardour.git] / gtk2_ardour / export_session_dialog.cc
index 006f9675b3c8640787873920cda5fd32d0fce555..4226a7e7ee7640dc850665cb54b19694839dacc9 100644 (file)
@@ -30,9 +30,9 @@ ExportSessionDialog::ExportSessionDialog (PublicEditor& editor)
 }
        
 void 
-ExportSessionDialog::export_audio_data ()
+ExportSessionDialog::export_data ()
 {
-       if (getSession().start_audio_export (spec)) {
+       if (getSession().start_export (spec)) {
                return;
        }