diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-19 22:47:38 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-19 23:45:23 +0100 |
| commit | 7c930c4d6668bc8d9d5c5ae20208de8dee50f389 (patch) | |
| tree | 65d632a0847f18aa56e323328464f1bf2e2d4f28 /src/wx/caption_panel.cc | |
| parent | 27b83475435dda4e84a90cf59a52f150905c4ab1 (diff) | |
Rename subtitle appearance dialogue.
Diffstat (limited to 'src/wx/caption_panel.cc')
| -rw-r--r-- | src/wx/caption_panel.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/caption_panel.cc b/src/wx/caption_panel.cc index c70a9ad8c..64d9bee4a 100644 --- a/src/wx/caption_panel.cc +++ b/src/wx/caption_panel.cc @@ -24,7 +24,7 @@ #include "subtitle_view.h" #include "content_panel.h" #include "fonts_dialog.h" -#include "subtitle_appearance_dialog.h" +#include "caption_appearance_dialog.h" #include "lib/ffmpeg_content.h" #include "lib/text_caption_file_content.h" #include "lib/ffmpeg_subtitle_stream.h" @@ -491,7 +491,7 @@ CaptionPanel::appearance_dialog_clicked () ContentList c = _parent->selected_subtitle (); DCPOMATIC_ASSERT (c.size() == 1); - SubtitleAppearanceDialog* d = new SubtitleAppearanceDialog (this, c.front()); + CaptionAppearanceDialog* d = new CaptionAppearanceDialog (this, c.front()); if (d->ShowModal () == wxID_OK) { d->apply (); } |
