Remove deprecated tab_title (2/3)

This commit is contained in:
Ben Loftis 2021-02-18 11:04:57 -06:00 committed by Robin Gareus
parent d264cbb21b
commit 73fb2ddfed
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -295,10 +295,10 @@ ARDOUR_UI::setup_windows ()
/* order of addition affects order seen in initial window display */
rc_option_editor->add_to_notebook (_tabs, _("Preferences"));
mixer->add_to_notebook (_tabs, _("Mixer"));
editor->add_to_notebook (_tabs, _("Editor"));
recorder->add_to_notebook (_tabs, _("Recorder"));
rc_option_editor->add_to_notebook (_tabs);
mixer->add_to_notebook (_tabs);
editor->add_to_notebook (_tabs);
recorder->add_to_notebook (_tabs);
top_packer.pack_start (menu_bar_base, false, false);