diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-05-25 03:13:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-05-25 03:13:15 +0100 |
| commit | 3dd54ab58a1744c017a062305653e2e90811f04c (patch) | |
| tree | 1b4a3e6e96faa9a727af1bd512191ed4c75d02d2 /src/wx/dcp_panel.h | |
| parent | 46b75f89c0fd357285178c68209f663e3afa85c8 (diff) | |
a914ff2d9e06893328abee2fe40fb7b82ac89c02 from master; display DCP container size beside the choice in the DCP tab.
Diffstat (limited to 'src/wx/dcp_panel.h')
| -rw-r--r-- | src/wx/dcp_panel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/dcp_panel.h b/src/wx/dcp_panel.h index 96786d8a1..d2f32cc21 100644 --- a/src/wx/dcp_panel.h +++ b/src/wx/dcp_panel.h @@ -87,6 +87,7 @@ private: wxStaticText* _dcp_name; wxCheckBox* _use_isdcf_name; wxChoice* _container; + wxStaticText* _container_size; wxButton* _edit_isdcf_button; wxButton* _copy_isdcf_name_button; wxSpinCtrl* _j2k_bandwidth; |
