Add timespan name to export status text

git-svn-id: svn://localhost/ardour2/branches/3.0@11381 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Sakari Bergen 2012-01-29 09:51:30 +00:00
parent aaec2a8480
commit 71a5e435e6
3 changed files with 8 additions and 4 deletions

View file

@ -164,6 +164,7 @@ ExportHandler::start_timespan ()
current_timespan = config_map.begin()->first;
export_status->total_frames_current_timespan = current_timespan->get_length();
export_status->timespan_name = current_timespan->name();
export_status->processed_frames_current_timespan = 0;
/* Register file configurations to graph builder */