summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wx/colour_conversion_editor.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/colour_conversion_editor.cc b/src/wx/colour_conversion_editor.cc
index 8b0dbabfe..00ab45fdf 100644
--- a/src/wx/colour_conversion_editor.cc
+++ b/src/wx/colour_conversion_editor.cc
@@ -200,6 +200,8 @@ ColourConversionEditor::ColourConversionEditor (wxWindow* parent, bool yuv)
/* Output transfer function */
+ subhead (table, this, _("Output gamma correction"), r);
+
_output = new wxCheckBox (this, wxID_ANY, _("Inverse 2.6 gamma correction on output"));
table->Add (_output, wxGBPosition (r, 0), wxGBSpan (1, 2));