hopefully get dynamic tabbable menu state right this time
[ardour.git] / gtk2_ardour / ardour_ui_mixer.cc
index 6279f4c789439ecad791d644ad29747a33f56b56..a0b0519a26740507fcf1b319f60136c94b8f1e4c 100644 (file)
@@ -42,6 +42,7 @@ ARDOUR_UI::create_mixer ()
        try {
                mixer = Mixer_UI::instance ();
                mixer->StateChange.connect (sigc::mem_fun (*this, &ARDOUR_UI::tabbable_state_change));
+               mixer->add_to_notebook (_tabs, _("Mixer"));
        }
 
        catch (failed_constructor& err) {