X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fio_selector.cc;h=6d0ede316c7a4240e1b0ebc1f57d39259d3701d3;hb=8e1de17319efb316f6eebdbe1b25dd777a4d3e0e;hp=31f8cfa1cb70d251bbfffda7685addc04c734f0d;hpb=38f2aa51bd007eaeeaa8ee140143f70f7c53753a;p=ardour.git diff --git a/gtk2_ardour/io_selector.cc b/gtk2_ardour/io_selector.cc index 31f8cfa1cb..6d0ede316c 100644 --- a/gtk2_ardour/io_selector.cc +++ b/gtk2_ardour/io_selector.cc @@ -33,9 +33,10 @@ #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; using namespace Gtk; IOSelector::IOSelector (Gtk::Window* p, ARDOUR::Session* session, boost::shared_ptr io) @@ -258,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()) {