Patch from colinf to make OK the default response in the ambiguous file dialog (...
authorCarl Hetherington <carl@carlh.net>
Mon, 7 Nov 2011 22:41:15 +0000 (22:41 +0000)
committerCarl Hetherington <carl@carlh.net>
Mon, 7 Nov 2011 22:41:15 +0000 (22:41 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@10484 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/ambiguous_file_dialog.cc

index 0eae3617c5cf3103c3d2c9a05578dee9b2b09ab6..7d57c676603c2d6156705ced51b2b45f51331c27 100644 (file)
@@ -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 ();
 }