diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-12-29 15:54:14 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-01-01 01:54:38 +0100 |
| commit | 4532fecad4bad945482fbcf2d61eef708178835c (patch) | |
| tree | 87c4157d2334e06f59e11dcde252e7a412d7d4d1 /src/wx/kdm_output_panel.h | |
| parent | aa8bb7b6f6fe2eed323e6f4f978a76a9a067c545 (diff) | |
Coalesce three radios into a dropdown.
Diffstat (limited to 'src/wx/kdm_output_panel.h')
| -rw-r--r-- | src/wx/kdm_output_panel.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/wx/kdm_output_panel.h b/src/wx/kdm_output_panel.h index 84cfdecd7..848b15722 100644 --- a/src/wx/kdm_output_panel.h +++ b/src/wx/kdm_output_panel.h @@ -34,6 +34,7 @@ LIBDCP_ENABLE_WARNINGS class CheckBox; +class Choice; class DirPickerCtrl; class Job; class KDMChoice; @@ -89,9 +90,7 @@ protected: #else wxDirPickerCtrl* _folder; #endif - wxRadioButton* _write_flat; - wxRadioButton* _write_folder; - wxRadioButton* _write_zip; + Choice* _write_collect; wxButton* _advanced; CheckBox* _email; wxButton* _add_email_addresses; |
