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/tall_kdm_output_panel.cc | |
| parent | 4532fecad4bad945482fbcf2d61eef708178835c (diff) | |
Remove name documentation with short screens.
Diffstat (limited to 'src/wx/tall_kdm_output_panel.cc')
| -rw-r--r-- | src/wx/tall_kdm_output_panel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/tall_kdm_output_panel.cc b/src/wx/tall_kdm_output_panel.cc index 5d4c5c661..b8b01f61b 100644 --- a/src/wx/tall_kdm_output_panel.cc +++ b/src/wx/tall_kdm_output_panel.cc @@ -66,7 +66,7 @@ TallKDMOutputPanel::TallKDMOutputPanel(wxWindow* parent) { create_destination_widgets(this); create_details_widgets(this); - create_name_format_widgets(this); + create_name_format_widgets(this, true); auto table = new wxFlexGridSizer (2, DCPOMATIC_SIZER_X_GAP, 0); table->AddGrowableCol (1); |
