diff --git a/gtk2_ardour/port_matrix.cc b/gtk2_ardour/port_matrix.cc index e064d0aabd..4d861275e4 100644 --- a/gtk2_ardour/port_matrix.cc +++ b/gtk2_ardour/port_matrix.cc @@ -783,12 +783,7 @@ PortMatrix::remove_channel (ARDOUR::BundleChannel b) } if (!errmsg.empty ()) { - ArdourDialog d (_("Port removal not allowed")); - Label l (errmsg); - d.get_vbox()->pack_start (l); - d.add_button (Stock::OK, RESPONSE_ACCEPT); - d.set_modal (true); - d.show_all (); + ArdourMessageDialog d (_("Port removal not allowed")); d.run (); } }