summaryrefslogtreecommitdiff
path: root/src/wx/colour_conversion_editor.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-02-14 23:24:02 +0000
committerCarl Hetherington <cth@carlh.net>2017-02-14 23:24:02 +0000
commit454e7ed5f43c0b008517627ed90d3e7155da6595 (patch)
tree33cfb51225fa3d61ea3158a268bf82c8fbd632c9 /src/wx/colour_conversion_editor.cc
parent7501b230d3715a84f05a8b71d05d283cdab26052 (diff)
Add output gamma correction subheading to colour conversion dialogue.
Diffstat (limited to 'src/wx/colour_conversion_editor.cc')
-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));