change non-save button in "Name Session" dialog to be "Cancel" not "Discard" which is confusing

This commit is contained in:
Paul Davis 2022-02-07 14:19:22 -07:00
parent da0d16c712
commit c9607d2fed

View File

@ -775,7 +775,7 @@ ARDOUR_UI::rename_session (bool for_unnamed)
prompter.set_name ("Prompter");
prompter.add_button (Gtk::Stock::DISCARD, Gtk::RESPONSE_CANCEL);
prompter.add_button (Gtk::Stock::CANCEL, Gtk::RESPONSE_CANCEL);
prompter.add_button (Gtk::Stock::SAVE, Gtk::RESPONSE_ACCEPT);
if (for_unnamed) {