mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 15:36:24 +01:00
Remove deprecated tab_title (2/3)
This commit is contained in:
parent
d264cbb21b
commit
73fb2ddfed
1 changed files with 4 additions and 4 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue