From ea93f413f6941aaf104b8201e7e496d63c5ae83f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 7 Nov 2011 22:41:15 +0000 Subject: 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 --- gtk2_ardour/ambiguous_file_dialog.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk2_ardour/ambiguous_file_dialog.cc') diff --git a/gtk2_ardour/ambiguous_file_dialog.cc b/gtk2_ardour/ambiguous_file_dialog.cc index 0eae3617c5..7d57c67660 100644 --- a/gtk2_ardour/ambiguous_file_dialog.cc +++ b/gtk2_ardour/ambiguous_file_dialog.cc @@ -43,6 +43,7 @@ AmbiguousFileDialog::AmbiguousFileDialog (const string& file, const vectorpack_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 (); } -- cgit v1.2.3