summaryrefslogtreecommitdiff
path: root/src/wx/dcp_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-05-25 03:13:15 +0100
committerCarl Hetherington <cth@carlh.net>2015-05-25 03:13:15 +0100
commit3dd54ab58a1744c017a062305653e2e90811f04c (patch)
tree1b4a3e6e96faa9a727af1bd512191ed4c75d02d2 /src/wx/dcp_panel.h
parent46b75f89c0fd357285178c68209f663e3afa85c8 (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.h1
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;