summaryrefslogtreecommitdiff
path: root/src/wx/subtitle_appearance_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-02-12 00:13:14 +0000
committerCarl Hetherington <cth@carlh.net>2016-02-12 00:13:14 +0000
commit80400212e939dc2f3b987cb6df57709929aa5178 (patch)
treeacffc7b335b79b27261610986fcf5fd95f6437ab /src/wx/subtitle_appearance_dialog.h
parentdb3cd90dadf60df72ebbd95c59b32954f29b9c38 (diff)
Rename SubRip -> TextSubtitle.
Diffstat (limited to 'src/wx/subtitle_appearance_dialog.h')
-rw-r--r--src/wx/subtitle_appearance_dialog.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wx/subtitle_appearance_dialog.h b/src/wx/subtitle_appearance_dialog.h
index f4fe307d2..fddb902ac 100644
--- a/src/wx/subtitle_appearance_dialog.h
+++ b/src/wx/subtitle_appearance_dialog.h
@@ -22,12 +22,12 @@
class wxCheckBox;
class wxColourPickerCtrl;
-class SubRipContent;
+class TextSubtitleContent;
class SubtitleAppearanceDialog : public TableDialog
{
public:
- SubtitleAppearanceDialog (wxWindow* parent, boost::shared_ptr<SubRipContent> content);
+ SubtitleAppearanceDialog (wxWindow* parent, boost::shared_ptr<TextSubtitleContent> content);
void apply ();
@@ -36,5 +36,5 @@ private:
wxCheckBox* _outline;
wxColourPickerCtrl* _outline_colour;
- boost::shared_ptr<SubRipContent> _content;
+ boost::shared_ptr<TextSubtitleContent> _content;
};