Add OSX configuration script.
[ardour.git] / libs / surfaces / tranzport / state.cc
index f5718174be5613d9a410202e4c3fb149eab805d7..f9988a178e5325038fccbc9b05a2591e39a01b7a 100644 (file)
@@ -38,7 +38,7 @@ using namespace std;
 using namespace sigc;
 using namespace PBD;
 
-#include "i18n.h"
+#include "pbd/i18n.h"
 
 #include "pbd/abstract_ui.cc"
 
@@ -60,7 +60,7 @@ TranzportControlProtocol::set_state (const XMLNode& node)
        int retval = 0;
 
 // I think I want to make these strings rather than numbers
-#if 0          
+#if 0
        // fetch current display mode
        if ( node.property( X_("display_mode") ) != 0 )
        {