Fix various tooltip markup (ampersand) entity-escape:
[ardour.git] / gtk2_ardour / plugin_pin_dialog.cc
index b1e8d850dbe45dbefe7e4528dc7ebec07ec75ada..d9591732bd2b1ad3372029ca35780c0b10d1d6aa 100644 (file)
@@ -570,7 +570,7 @@ uint32_t
 PluginPinWidget::add_port_to_table (boost::shared_ptr<Port> p, uint32_t r, bool can_remove)
 {
        std::string lbl;
-       std::string tip = p->name ();
+       std::string tip = Gtkmm2ext::markup_escape_text (p->name ());
        std::vector<std::string> cns;
        bool single_source = true;
        p->get_connections (cns);