From 68883cbb56763a8d414dd1a74749c7cf91c8f41d Mon Sep 17 00:00:00 2001
From: Len Ovens
Date: Sat, 22 Apr 2017 15:32:48 -0700
Subject: [PATCH] Changed "ardour" to PROGRAM_NAME
---
gtk2_ardour/ardour_ui.cc | 8 ++++----
1 file 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 << "\nMenu actions
" << endl;
- cout << "" << endl;
- cout << "\n Every single menu item in Ardour's GUI is accessible by control" << endl;
+ cout << "" << endl;
+ cout << "
\n Every single menu item in " << PROGRAM_NAME << "'s GUI is accessible by control" << endl;
cout << " surfaces or scripts.\n
\n" << endl;
cout << "\n The list below shows all available values of action-name 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
\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
\n" << endl;
cout << "\n " << endl;
cout << " | Action Name | Menu Name |
" << endl;
cout << " \n " << endl;