mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 23:46:20 +01:00
Patch from colinf to make OK the default response in the ambiguous file dialog (#4458).
git-svn-id: svn://localhost/ardour2/branches/3.0@10484 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
b2e6746f10
commit
ea93f413f6
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ AmbiguousFileDialog::AmbiguousFileDialog (const string& file, const vector<strin
|
|||
get_vbox()->pack_start (*manage (new Label (_("\n\nPlease select the path that you want to get the file from."))));
|
||||
|
||||
add_button (_("Done"), RESPONSE_OK);
|
||||
set_default_response (RESPONSE_OK);
|
||||
|
||||
show_all ();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue