Add output gamma correction subheading to colour conversion dialogue.
authorCarl Hetherington <cth@carlh.net>
Tue, 14 Feb 2017 23:24:02 +0000 (23:24 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 14 Feb 2017 23:24:02 +0000 (23:24 +0000)
src/wx/colour_conversion_editor.cc

index 8b0dbabfef83c6f67dc491669e9fc0e86adb3614..00ab45fdfa77def055ac70d0156a9689b52e1e16 100644 (file)
@@ -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));