add a new name for the region-layering-editor-action that tells us we were started...
[ardour.git] / gtk2_ardour / missing_file_dialog.cc
index c73fc51512711280449e2c327cdd90c951fe4338..66085217d2a0d07cd66950e82cf9661af429d874 100644 (file)
@@ -43,6 +43,7 @@ MissingFileDialog::MissingFileDialog (Session* s, const std::string& path, DataT
         set_session (s);
 
         add_button (_("Done"), RESPONSE_OK);
+        set_default_response (RESPONSE_OK);
 
         string typestr;
 
@@ -82,7 +83,7 @@ MissingFileDialog::MissingFileDialog (Session* s, const std::string& path, DataT
         button_packer_box->pack_start (stop_loading_button, false, false);
 
         button_packer_box->show_all ();
-        
+
         get_vbox()->set_spacing (6);
         get_vbox()->set_border_width (25);
         get_vbox()->set_homogeneous (false);
@@ -140,8 +141,8 @@ MissingFileDialog::add_chosen ()
 
         if (!str.empty()) {
                 str += ':';
-        } 
-        
+        }
+
         str += newdir;
 
         switch (filetype) {