diff options
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); |
