mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +01:00
fix a few dangling uses of Ardour as program name, in favor of PROGRAM_NAME
git-svn-id: svn://localhost/ardour2/branches/3.0@11563 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c69f050726
commit
bb98baf413
6 changed files with 9 additions and 10 deletions
|
|
@ -424,7 +424,7 @@ ExportHandler::write_cue_header (CDMarkerStatus & status)
|
|||
{
|
||||
string title = status.timespan->name().compare ("Session") ? status.timespan->name() : (string) session.name();
|
||||
|
||||
status.out << "REM Cue file generated by Ardour" << endl;
|
||||
status.out << "REM Cue file generated by " << PROGRAM_NAME << endl;
|
||||
status.out << "TITLE " << cue_escape_cdtext (title) << endl;
|
||||
|
||||
/* The original cue sheet sepc metions five file types
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue