mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
no need for 2nd argument in OptionEditorContainer constructor call
This commit is contained in:
parent
3f1e4ceaaa
commit
cce41ee15b
1 changed files with 1 additions and 1 deletions
|
|
@ -2289,7 +2289,7 @@ MidiPortOptions::pretty_name_edit (std::string const & path, string const & new_
|
|||
|
||||
|
||||
RCOptionEditor::RCOptionEditor ()
|
||||
: OptionEditorContainer (Config, string_compose (_("%1 Preferences"), PROGRAM_NAME))
|
||||
: OptionEditorContainer (Config)
|
||||
/* pack self-as-vbox into tabbable */
|
||||
, Tabbable (*this, _("Preferences"), X_("preferences"), /* detached by default */ false)
|
||||
, _rc_config (Config)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue