diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-08-17 21:47:08 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-08-17 21:47:08 +0100 |
| commit | 2499c41097f8410cb3016e095a85d68979485a7b (patch) | |
| tree | 331a23489d3be42ede2861311a797792ba663805 /src/wx/video_panel.h | |
| parent | 89af81886eeee57861bc23984a0583bec76d536d (diff) | |
Various bits mostly related to colour conversions.
Diffstat (limited to 'src/wx/video_panel.h')
| -rw-r--r-- | src/wx/video_panel.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wx/video_panel.h b/src/wx/video_panel.h index 62332a052..2ecf3c87f 100644 --- a/src/wx/video_panel.h +++ b/src/wx/video_panel.h @@ -41,10 +41,9 @@ private: void edit_filters_clicked (); void ratio_changed (); void frame_type_changed (); - void colour_conversion_changed (); + void edit_colour_conversion_clicked (); void setup_description (); - void setup_colour_conversions (); wxChoice* _frame_type; wxSpinCtrl* _left_crop; @@ -56,5 +55,6 @@ private: wxStaticText* _description; wxStaticText* _filters; wxButton* _filters_button; - wxChoice* _colour_conversion; + wxStaticText* _colour_conversion; + wxButton* _colour_conversion_button; }; |
