mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 12:19:33 +01:00
new design for region dragging; make add route dialog float over the correct window(s); try to remove confusion from different export dialogs regarding file/directory requirements ; minor cleanups
git-svn-id: svn://localhost/ardour2/trunk@1555 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
f0c6bdfb84
commit
62c4e81884
20 changed files with 246 additions and 187 deletions
|
|
@ -21,13 +21,14 @@
|
|||
#include "ardour_ui.h"
|
||||
#include "export_session_dialog.h"
|
||||
|
||||
#include "i18n.h"
|
||||
|
||||
ExportSessionDialog::ExportSessionDialog (PublicEditor& editor)
|
||||
: ExportDialog(editor)
|
||||
{
|
||||
file_frame.set_label (_("Export to File"));
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
ExportSessionDialog::export_audio_data ()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue