mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
change non-save button in "Name Session" dialog to be "Cancel" not "Discard" which is confusing
This commit is contained in:
parent
da0d16c712
commit
c9607d2fed
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue