More consistent verbose cursor label style for PC flags.
[ardour.git] / gtk2_ardour / ambiguous_file_dialog.cc
index e14d33540e412582851c58251d9af387ac5ca670..7d57c676603c2d6156705ced51b2b45f51331c27 100644 (file)
@@ -18,7 +18,9 @@
 */
 
 #include <gtkmm/label.h>
+#include "pbd/compose.h"
 #include "ambiguous_file_dialog.h"
+#include "i18n.h"
 
 using namespace std;
 using namespace ARDOUR;
@@ -39,8 +41,9 @@ 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 ();
 }