Use FOUNDCFG* instead of setting the configuration by hand
[ardour.git] / gtk2_ardour / midi_tracer.cc
index fbee3552c3a96a8a33f75a6f363c6eafa381fc13..2f97e5b6d5076a59136a78ce420bf794fc692ae0 100644 (file)
@@ -34,7 +34,7 @@
 
 #include "midi_tracer.h"
 #include "gui_thread.h"
-#include "i18n.h"
+#include "pbd/i18n.h"
 
 using namespace Gtk;
 using namespace std;
@@ -131,7 +131,7 @@ MidiTracer::ports_changed ()
 {
        string const c = _port_combo.get_active_text ();
        _port_combo.clear ();
-       
+
        ARDOUR::PortManager::PortList pl;
        ARDOUR::AudioEngine::instance()->get_ports (ARDOUR::DataType::MIDI, pl);
 
@@ -182,7 +182,7 @@ MidiTracer::port_changed ()
                        mp->set_trace_on (true);
                        traced_port = mp;
                }
-               
+
        } else {
                async->parser()->any.connect_same_thread (_parser_connection, boost::bind (&MidiTracer::tracer, this, _1, _2, _3));
        }