mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
use a better Gtk stock item to describe "skip renaming an unnamed session"
This commit is contained in:
parent
618c7a6bf2
commit
c573cc9153
1 changed files with 4 additions and 1 deletions
|
|
@ -769,11 +769,14 @@ ARDOUR_UI::rename_session (bool for_unnamed)
|
|||
return;
|
||||
}
|
||||
|
||||
Prompter prompter (true);
|
||||
Prompter prompter (true, false);
|
||||
string name;
|
||||
|
||||
prompter.set_name ("Prompter");
|
||||
|
||||
prompter.add_button (Gtk::Stock::DISCARD, Gtk::RESPONSE_CANCEL);
|
||||
prompter.add_button (Gtk::Stock::SAVE, Gtk::RESPONSE_ACCEPT);
|
||||
|
||||
if (for_unnamed) {
|
||||
prompter.set_title (_("Name Session"));
|
||||
prompter.set_prompt (_("Session name"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue