enough with umpteen "i18n.h" files. Consolidate on pbd/i18n.h
[ardour.git] / gtk2_ardour / io_selector.cc
index 270ed8ce32bfd75368c60b2250ee3ee92d85c62b..6d0ede316c7a4240e1b0ebc1f57d39259d3701d3 100644 (file)
@@ -33,7 +33,7 @@
 #include "io_selector.h"
 #include "utils.h"
 #include "gui_thread.h"
-#include "i18n.h"
+#include "pbd/i18n.h"
 
 using namespace ARDOUR;
 using namespace ARDOUR_UI_UTILS;
@@ -259,7 +259,7 @@ void
 IOSelectorWindow::io_name_changed (void*)
 {
        ENSURE_GUI_THREAD (*this, &IOSelectorWindow::io_name_changed, src)
-               
+
        std::string title;
 
        if (!_selector.find_inputs_for_io_outputs()) {