French translation update
[ardour.git] / gtk2_ardour / lv2_plugin_ui.cc
index 75b3ff0bb89f7823e97f855972335611b8513f80..7f735dfcc54f9dd479480cfa9121567370cddd6d 100644 (file)
@@ -241,6 +241,7 @@ LV2PluginUI::LV2PluginUI(boost::shared_ptr<PluginInsert> pi,
        _ardour_buttons_box.pack_end (add_button, false, false);
        _ardour_buttons_box.pack_end (_preset_combo, false, false);
        _ardour_buttons_box.pack_end (_preset_modified, false, false);
+       _ardour_buttons_box.pack_end (pin_management_button, false, false);
 
        plugin->PresetLoaded.connect (*this, invalidator (*this), boost::bind (&LV2PluginUI::queue_port_update, this), gui_context ());
 }