Add missing files.
[ardour.git] / gtk2_ardour / missing_file_dialog.cc
index 56139be32fa5ad63d099705a8f4916578d8216d2..9d5712ee6134aae54855d601a61b4283e128b6c9 100644 (file)
@@ -23,6 +23,7 @@
 #include "ardour/session.h"
 
 #include "missing_file_dialog.h"
+#include "i18n.h"
 
 using namespace Gtk;
 using namespace std;
@@ -81,7 +82,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);
@@ -139,8 +140,8 @@ MissingFileDialog::add_chosen ()
 
         if (!str.empty()) {
                 str += ':';
-        } 
-        
+        }
+
         str += newdir;
 
         switch (filetype) {