diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-12-29 01:58:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-12-29 01:58:15 +0100 |
| commit | 87fad0ab3ef505f59ddc4e944591cf8ebaf8e3f6 (patch) | |
| tree | 8c166d9b6e6cf137c313490640c07ffd74db56e3 /src/wx/kdm_output_panel.h | |
| parent | 607e696dc9990c2dda7169e76bb483ce2f39686f (diff) | |
Separate KDM output options yet further.
Trying here to get them to fit vertically in 768 pixels.
Diffstat (limited to 'src/wx/kdm_output_panel.h')
| -rw-r--r-- | src/wx/kdm_output_panel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/kdm_output_panel.h b/src/wx/kdm_output_panel.h index dd4dbb1fc..84cfdecd7 100644 --- a/src/wx/kdm_output_panel.h +++ b/src/wx/kdm_output_panel.h @@ -77,6 +77,7 @@ public: protected: void create_destination_widgets(wxWindow* parent); void create_details_widgets(wxWindow* parent); + void create_name_format_widgets(wxWindow* parent); KDMChoice* _type; wxTextCtrl* _annotation_text; |
