no need for 2nd argument in OptionEditorContainer constructor call

This commit is contained in:
Paul Davis 2021-04-26 10:49:23 -06:00
parent 3f1e4ceaaa
commit cce41ee15b

View file

@ -2289,7 +2289,7 @@ MidiPortOptions::pretty_name_edit (std::string const & path, string const & new_
RCOptionEditor::RCOptionEditor () RCOptionEditor::RCOptionEditor ()
: OptionEditorContainer (Config, string_compose (_("%1 Preferences"), PROGRAM_NAME)) : OptionEditorContainer (Config)
/* pack self-as-vbox into tabbable */ /* pack self-as-vbox into tabbable */
, Tabbable (*this, _("Preferences"), X_("preferences"), /* detached by default */ false) , Tabbable (*this, _("Preferences"), X_("preferences"), /* detached by default */ false)
, _rc_config (Config) , _rc_config (Config)