new design for region dragging; make add route dialog float over the correct window...
[ardour.git] / gtk2_ardour / export_range_markers_dialog.cc
index 2a1e2a9af4e7d99441332bac6196b9b451d8aa84..b6bd25a60d2993152041964e0a1137dcba1a43b4 100644 (file)
@@ -38,12 +38,20 @@ using namespace std;
 ExportRangeMarkersDialog::ExportRangeMarkersDialog (PublicEditor& editor) 
        : ExportDialog(editor)
 { 
+       set_title (_("ardour: export ranges"));
+       file_frame.set_label (_("Export to Directory"));
+
        do_not_allow_export_cd_markers();
        
        total_duration = 0;
        current_range_marker_index = 0;
 }
-       
+
+Gtk::FileChooserAction
+ExportRangeMarkersDialog::browse_action () const
+{
+       return Gtk::FILE_CHOOSER_ACTION_CREATE_FOLDER;
+}
        
 void 
 ExportRangeMarkersDialog::export_audio_data ()