summaryrefslogtreecommitdiff
path: root/src/wx/caption_panel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/caption_panel.h')
-rw-r--r--src/wx/caption_panel.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/wx/caption_panel.h b/src/wx/caption_panel.h
index 1e7242fcb..38501e4d4 100644
--- a/src/wx/caption_panel.h
+++ b/src/wx/caption_panel.h
@@ -22,7 +22,7 @@
class wxCheckBox;
class wxSpinCtrl;
-class SubtitleView;
+class CaptionView;
class FontsDialog;
class CaptionPanel : public ContentSubPanel
@@ -45,7 +45,7 @@ private:
void line_spacing_changed ();
void language_changed ();
void stream_changed ();
- void subtitle_view_clicked ();
+ void caption_view_clicked ();
void fonts_dialog_clicked ();
void reference_clicked ();
void appearance_dialog_clicked ();
@@ -64,8 +64,8 @@ private:
wxSpinCtrl* _line_spacing;
wxTextCtrl* _language;
wxChoice* _stream;
- wxButton* _subtitle_view_button;
- SubtitleView* _subtitle_view;
+ wxButton* _caption_view_button;
+ CaptionView* _caption_view;
wxButton* _fonts_dialog_button;
FontsDialog* _fonts_dialog;
wxButton* _appearance_dialog_button;