summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wx/dcp_panel.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/dcp_panel.cc b/src/wx/dcp_panel.cc
index 9d16b8c8f..ab95ec269 100644
--- a/src/wx/dcp_panel.cc
+++ b/src/wx/dcp_panel.cc
@@ -206,6 +206,7 @@ DCPPanel::add_to_grid ()
_standard_label->Show (interface == Config::INTERFACE_FULL);
_standard->Show (interface == Config::INTERFACE_FULL);
_upload_after_make_dcp->Show (interface == Config::INTERFACE_FULL);
+ _reencode_j2k->Show (interface == Config::INTERFACE_FULL);
if (interface == Config::INTERFACE_FULL) {
add_label_to_sizer (_grid, _key_label, true, wxGBPosition (r, 0));