Changed "ardour" to PROGRAM_NAME
This commit is contained in:
parent
c0df127dc4
commit
68883cbb56
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user