summaryrefslogtreecommitdiff
path: root/gtk2_ardour/export_dialog.cc
diff options
context:
space:
mode:
authorTodd Naugle <toddn@glw.com>2012-02-29 20:07:23 +0000
committerTodd Naugle <toddn@glw.com>2012-02-29 20:07:23 +0000
commit920a1fae53ba4aee318738a64d5a77b3054eafcd (patch)
tree6d4f4c54c0ae470348cb3cbdeaa2c237c5f24f47 /gtk2_ardour/export_dialog.cc
parent1a794ca4cd6fe6aabe70d395e89c36660e2a4681 (diff)
Switch out some strings that still use Ardour and use PROGRAM_NAME instead
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@11559 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/export_dialog.cc')
-rw-r--r--gtk2_ardour/export_dialog.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/export_dialog.cc b/gtk2_ardour/export_dialog.cc
index ca28c83781..4c1ea5f32e 100644
--- a/gtk2_ardour/export_dialog.cc
+++ b/gtk2_ardour/export_dialog.cc
@@ -829,7 +829,7 @@ ExportDialog::export_cue_file (Locations::LocationList& locations, const string&
}
}
- out << "REM Cue file generated by Ardour" << endl;
+ out << "REM Cue file generated by " << PROGRAM_NAME << endl;
out << "TITLE \"" << session->name() << "\"" << endl;
out << "FILE \"" << Glib::path_get_basename(path) << "\" ";