X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fport_matrix_row_labels.cc;h=c6b02eb488cc3ca85e298dc7baf070034172d61b;hb=cf52d6e4b40111eb04b244ec054055a4ec15dbe0;hp=8ed464954f874454dffc7fe511fcfcbb7303a51f;hpb=7679f7802b8a0fb8881f25b51c354bc7f26af0ed;p=ardour.git diff --git a/gtk2_ardour/port_matrix_row_labels.cc b/gtk2_ardour/port_matrix_row_labels.cc index 8ed464954f..c6b02eb488 100644 --- a/gtk2_ardour/port_matrix_row_labels.cc +++ b/gtk2_ardour/port_matrix_row_labels.cc @@ -27,7 +27,7 @@ #include "port_matrix_row_labels.h" #include "port_matrix.h" #include "port_matrix_body.h" -#include "i18n.h" +#include "pbd/i18n.h" using namespace std; @@ -123,7 +123,7 @@ PortMatrixRowLabels::render (cairo_t* cr) (*i)->bundle, (*i)->bundle->type_channel_to_overall (_matrix->type (), j) ); - + render_channel_name (cr, background_colour (), c, 0, y, bc); y += grid_spacing(); ++M; @@ -132,7 +132,7 @@ PortMatrixRowLabels::render (cairo_t* cr) if (N == 0) { y += grid_spacing (); } - + } else { y += grid_spacing(); }