summaryrefslogtreecommitdiff
path: root/src/wx/subtitle_panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/subtitle_panel.h')
-rw-r--r--src/wx/subtitle_panel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/subtitle_panel.h b/src/wx/subtitle_panel.h
index bcff995a0..f82fb14e5 100644
--- a/src/wx/subtitle_panel.h
+++ b/src/wx/subtitle_panel.h
@@ -38,6 +38,7 @@ private:
void y_offset_changed ();
void x_scale_changed ();
void y_scale_changed ();
+ void language_changed ();
void stream_changed ();
void view_clicked ();
@@ -48,6 +49,7 @@ private:
wxSpinCtrl* _y_offset;
wxSpinCtrl* _x_scale;
wxSpinCtrl* _y_scale;
+ wxTextCtrl* _language;
wxChoice* _stream;
wxButton* _view_button;
SubtitleView* _view;