diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-12-31 00:11:05 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-01-01 01:54:38 +0100 |
| commit | 85e5b7b41caa195510454ac49e0c5732c8e04ddf (patch) | |
| tree | a06f616698ad7e11053d92babc89729bd88d241a /src/wx/short_kdm_output_panel.cc | |
| parent | 4532fecad4bad945482fbcf2d61eef708178835c (diff) | |
Remove name documentation with short screens.
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")); |
