mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
Fix preference enum - see 4826a90796
This commit is contained in:
parent
670f546ba5
commit
468f890a42
1 changed files with 1 additions and 1 deletions
|
|
@ -3434,7 +3434,7 @@ These settings will only take effect after %1 is restarted.\n\
|
|||
red->add (Editing::BottomPaneOnly, _("Only ever use the bottom pane"));
|
||||
red->add (Editing::OpenBottomPane, _("Open bottom pane, if necessary"));
|
||||
red->add (Editing::PreferBottomPane, _("Use bottom pane if visible, or own window"));
|
||||
red->add (Editing::BottomPaneOnly, _("Always use a separate window"));
|
||||
red->add (Editing::NeverBottomPane, _("Always use a separate window"));
|
||||
|
||||
add_option (_("Editor"), red);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue