X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fport_matrix.cc;h=23e9acaf62279e9b964a991dea8f8fb9416e86c3;hb=5b2eb6107c3ae056e7c27182008b46b4df5c2b28;hp=a580327988f282406680ee9586412fefe2cb1975;hpb=0b5814e2a53fa91a725c5a9c749b86dcd4394927;p=ardour.git diff --git a/gtk2_ardour/port_matrix.cc b/gtk2_ardour/port_matrix.cc index a580327988..23e9acaf62 100644 --- a/gtk2_ardour/port_matrix.cc +++ b/gtk2_ardour/port_matrix.cc @@ -37,7 +37,7 @@ #include "port_matrix_body.h" #include "port_matrix_component.h" #include "ardour_dialog.h" -#include "i18n.h" +#include "pbd/i18n.h" #include "gui_thread.h" #include "utils.h" @@ -483,12 +483,12 @@ PortMatrix::popup_menu (BundleChannel column, BundleChannel row, uint32_t t) ); if (bc[dim].bundle->nchannels().n_total() > 1) { - for (uint32_t i = 0; i < bc[dim].bundle->nchannels().n_total(); ++i) { - if (should_show (bc[dim].bundle->channel_type(i))) { - add_remove_option (sub, w, i); - } - } - } + for (uint32_t i = 0; i < bc[dim].bundle->nchannels().n_total(); ++i) { + if (should_show (bc[dim].bundle->channel_type(i))) { + add_remove_option (sub, w, i); + } + } + } } }