summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-08-17 14:36:29 +0100
committerCarl Hetherington <cth@carlh.net>2016-08-17 14:36:29 +0100
commitee0e930d0ac109e7766219c384f396bc24b6c8d5 (patch)
tree832dc335cbf431aaa6791df4d2a4ffbac7a9f11d /src
parentd25b0a20c8e52b5b76fed0d9c08b972a363e6cc6 (diff)
Label tweak to point out that J2K bandwidth setting only
applies to newly-encoded data (see #904).
Diffstat (limited to 'src')
-rw-r--r--src/wx/dcp_panel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/dcp_panel.cc b/src/wx/dcp_panel.cc
index ea1315246..7d1d2497a 100644
--- a/src/wx/dcp_panel.cc
+++ b/src/wx/dcp_panel.cc
@@ -677,7 +677,7 @@ DCPPanel::make_video_panel ()
++r;
{
- add_label_to_sizer (grid, panel, _("JPEG2000 bandwidth"), true, wxGBPosition (r, 0));
+ add_label_to_sizer (grid, panel, _("JPEG2000 bandwidth\nfor newly-encoded data"), true, wxGBPosition (r, 0));
wxSizer* s = new wxBoxSizer (wxHORIZONTAL);
_j2k_bandwidth = new wxSpinCtrl (panel, wxID_ANY);
s->Add (_j2k_bandwidth, 1);