mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 14:16:31 +01:00
[P4/git history rebuild] Remove use of Stock:: item (NOTE: this is a highly questionable edit)
This commit is contained in:
parent
516fb8ceff
commit
c9788e2298
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ EditorSnapshots::rename (std::string old_name)
|
|||
|
||||
prompter.set_name ("Prompter");
|
||||
prompter.set_title (_("Rename Snapshot"));
|
||||
prompter.add_button (Gtk::Stock::SAVE, Gtk::RESPONSE_ACCEPT);
|
||||
prompter.add_button ("SAVE", Gtk::RESPONSE_ACCEPT);
|
||||
prompter.set_prompt (_("New name of snapshot"));
|
||||
prompter.set_initial_text (old_name);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue