diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-02-14 23:24:02 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-02-14 23:24:02 +0000 |
| commit | 454e7ed5f43c0b008517627ed90d3e7155da6595 (patch) | |
| tree | 33cfb51225fa3d61ea3158a268bf82c8fbd632c9 /src/wx/colour_conversion_editor.cc | |
| parent | 7501b230d3715a84f05a8b71d05d283cdab26052 (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.cc | 2 |
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)); |
