diff options
Diffstat (limited to 'src/wx/film_viewer.h')
| -rw-r--r-- | src/wx/film_viewer.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/wx/film_viewer.h b/src/wx/film_viewer.h index 11d06cc46..cb372391a 100644 --- a/src/wx/film_viewer.h +++ b/src/wx/film_viewer.h @@ -87,6 +87,7 @@ private: void slider_released (); void play_clicked (); void timer (); + void captions_changed (); void calculate_sizes (); void check_play_state (); void active_jobs_changed (boost::optional<std::string>); @@ -120,9 +121,9 @@ private: /** The area that we put our image in */ wxPanel* _panel; wxCheckBox* _outline_content; - wxRadioButton* _left_eye; - wxRadioButton* _right_eye; + wxChoice* _eye; wxCheckBox* _jump_to_selected; + wxChoice* _captions; wxSlider* _slider; wxButton* _rewind_button; wxButton* _back_button; |
