X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fsurfaces%2Ftranzport%2Fstate.cc;h=f9988a178e5325038fccbc9b05a2591e39a01b7a;hb=ba5c14036d8a9ecb0b23400ce556612de2209149;hp=f5718174be5613d9a410202e4c3fb149eab805d7;hpb=4dc63966f0872efe768dad61eb9b8785d06b92d1;p=ardour.git diff --git a/libs/surfaces/tranzport/state.cc b/libs/surfaces/tranzport/state.cc index f5718174be..f9988a178e 100644 --- a/libs/surfaces/tranzport/state.cc +++ b/libs/surfaces/tranzport/state.cc @@ -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 ) {