Changed "ardour" to PROGRAM_NAME
authorLen Ovens <len@ovenwerks.net>
Sat, 22 Apr 2017 22:32:48 +0000 (15:32 -0700)
committerLen Ovens <len@ovenwerks.net>
Sat, 22 Apr 2017 22:32:48 +0000 (15:32 -0700)
gtk2_ardour/ardour_ui.cc

index 39c0ee62d6f09736314e5d1e553fd40c7bc10f57..e8c794f85e85f87309decfbca78fcfb41d8acc74 100644 (file)
@@ -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;