diff options
Diffstat (limited to 'src/wx/short_kdm_output_panel.cc')
| -rw-r--r-- | src/wx/short_kdm_output_panel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/short_kdm_output_panel.cc b/src/wx/short_kdm_output_panel.cc index 7e0692319..a7b8f5eb5 100644 --- a/src/wx/short_kdm_output_panel.cc +++ b/src/wx/short_kdm_output_panel.cc @@ -53,7 +53,7 @@ ShortKDMOutputPanel::ShortKDMOutputPanel(wxWindow* parent) notebook->AddPage(details, _("Details")); auto name_formats = new wxPanel(notebook, wxID_ANY); - create_name_format_widgets(name_formats); + create_name_format_widgets(name_formats, false); fill_name_formats_panel(name_formats); notebook->AddPage(name_formats, _("Name formats")); |
