X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fwx%2Fvideo_panel.h;h=d90612fdda0fe7d8a37118e5d4998682c877f3aa;hb=92b6430402753a572c33d594ba0745a4e461edf4;hp=aa0c6ed531af796a4fdc54df2c4f83e8b3957262;hpb=c6c082c4a8016f85ba4207f4b8ccee1d5770e4a4;p=dcpomatic.git diff --git a/src/wx/video_panel.h b/src/wx/video_panel.h index aa0c6ed53..d90612fdd 100644 --- a/src/wx/video_panel.h +++ b/src/wx/video_panel.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2014 Carl Hetherington + Copyright (C) 2012-2015 Carl Hetherington This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -45,6 +45,7 @@ public: private: void edit_filters_clicked (); + void colour_conversion_changed (); void edit_colour_conversion_clicked (); void fade_in_changed (); void fade_out_changed (); @@ -62,6 +63,6 @@ private: wxStaticText* _description; wxStaticText* _filters; wxButton* _filters_button; - wxStaticText* _colour_conversion; - wxButton* _colour_conversion_button; + wxChoice* _colour_conversion; + wxButton* _edit_colour_conversion_button; };