summaryrefslogtreecommitdiff
path: root/src/wx/caption_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-07-20 00:16:15 +0100
committerCarl Hetherington <cth@carlh.net>2018-07-20 00:16:15 +0100
commit5008f986d2d9d5891919d2db4de6268470a0ff7a (patch)
tree0619c136847e12e23ddd44272400a0a9a2b31dc9 /src/wx/caption_panel.h
parent7116339658952e0416809a22d4fd2f8e9db75710 (diff)
caption -> subtitle.v2.13.36
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;