summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLen Ovens <len@ovenwerks.net>2017-04-22 15:32:48 -0700
committerLen Ovens <len@ovenwerks.net>2017-04-22 15:32:48 -0700
commit68883cbb56763a8d414dd1a74749c7cf91c8f41d (patch)
tree32ae19ce3de30dafd2616c11695014247334dda2
parentc0df127dc49b8f235168ec31d00e4646a31d0f04 (diff)
Changed "ardour" to PROGRAM_NAME
-rw-r--r--gtk2_ardour/ardour_ui.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk2_ardour/ardour_ui.cc b/gtk2_ardour/ardour_ui.cc
index 39c0ee62d6..e8c794f85e 100644
--- a/gtk2_ardour/ardour_ui.cc
+++ b/gtk2_ardour/ardour_ui.cc
@@ -699,12 +699,12 @@ ARDOUR_UI::post_engine ()
string ver = ver_in.substr(0, ver_in.find("-"));
cout << "\n<h2>Menu actions</h2>" << endl;
- cout << "<!-- created by running ardour -b -->" << endl;
- cout << "<p>\n Every single menu item in Ardour's GUI is accessible by control" << endl;
+ cout << "<!-- created by running " << PROGRAM_NAME << " -b -->" << endl;
+ cout << "<p>\n Every single menu item in " << PROGRAM_NAME << "'s GUI is accessible by control" << endl;
cout << " surfaces or scripts.\n</p>\n" << endl;
cout << "<p>\n The list below shows all available values of <em>action-name</em> as of" << endl;
- cout << " Ardour " << ver << ". You can get the current list at any" << endl;
- cout << " time by running Ardour with the -b flag.\n</p>\n" << endl;
+ cout << " " << PROGRAM_NAME << " " << ver << ". You can get the current list at any" << endl;
+ cout << " time by running " << PROGRAM_NAME << " with the -b flag.\n</p>\n" << endl;
cout << "<table class=\"dl\">\n <thead>" << endl;
cout << " <tr><th>Action Name</th><th>Menu Name</th></tr>" << endl;
cout << " </thead>\n <tbody>" << endl;