summaryrefslogtreecommitdiff
path: root/src/wx/video_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-08-17 21:47:08 +0100
committerCarl Hetherington <cth@carlh.net>2013-08-17 21:47:08 +0100
commit2499c41097f8410cb3016e095a85d68979485a7b (patch)
tree331a23489d3be42ede2861311a797792ba663805 /src/wx/video_panel.h
parent89af81886eeee57861bc23984a0583bec76d536d (diff)
Various bits mostly related to colour conversions.
Diffstat (limited to 'src/wx/video_panel.h')
-rw-r--r--src/wx/video_panel.h6
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;
};