mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Merge with 2.0-ongoing R3082.
Superficial generification of export stuff. git-svn-id: svn://localhost/ardour2/branches/3.0@3088 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
4cbd7f0eab
commit
a2a6cc0404
31 changed files with 657 additions and 367 deletions
|
|
@ -975,7 +975,7 @@ ExportDialog::do_export ()
|
|||
progress_connection = Glib::signal_timeout().connect (mem_fun(*this, &ExportDialog::progress_timeout), 100);
|
||||
cancel_label.set_text (_("Stop Export"));
|
||||
|
||||
export_audio_data();
|
||||
export_data();
|
||||
|
||||
progress_connection.disconnect ();
|
||||
end_dialog ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue