From cce41ee15b8855c2b164977cd10db234166ee9e0 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 26 Apr 2021 10:49:23 -0600 Subject: [PATCH] no need for 2nd argument in OptionEditorContainer constructor call --- gtk2_ardour/rc_option_editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index 3356c56216..f165f00597 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -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)