mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 13:15:44 +01:00
Add toc and cue information to export format descriptions
git-svn-id: svn://localhost/ardour2/branches/3.0@11306 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
09d1fbd6c1
commit
8e98352b6c
1 changed files with 8 additions and 0 deletions
|
|
@ -574,6 +574,14 @@ ExportFormatSpecification::description ()
|
|||
break;
|
||||
}
|
||||
|
||||
if (_with_toc) {
|
||||
desc += ", TOC";
|
||||
}
|
||||
|
||||
if (_with_cue) {
|
||||
desc += ", CUE";
|
||||
}
|
||||
|
||||
return desc;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue