diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-23 11:20:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-23 11:20:12 +0100 |
| commit | df17bbd25da69fc38eb2dcd8b4a2531cf0bab0bc (patch) | |
| tree | 04e6f5917ed3c2e8ea45904ff0235c08d29a6446 /src/wx/wscript | |
| parent | 6f146336b73fe720c83cb75ebdf15e9cb9c02973 (diff) | |
More automated renaming.
ActiveCaptions -> ActiveText
BitmapCaption -> BitmapText
ContentCaption -> ContentText
ContentTextCaption -> ContentStringText
TextCaptionFileContent -> StringTextFileContent
TextCaptionFileDecoder -> StringTextFileDecoder
TextCaptionFile -> StringTextFile
TextCaption -> StringText
PlayerCaption -> PlayerText
CaptionContent -> TextContent
CaptionDecoder -> TextDecoder
CaptionPanel -> TextPanel
CaptionView -> TextView
CaptionAppearanceDialog -> SubtitleAppearanceDialog
CaptionType -> TextType
Diffstat (limited to 'src/wx/wscript')
| -rw-r--r-- | src/wx/wscript | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wx/wscript b/src/wx/wscript index 5668a7558..0a32d1dfe 100644 --- a/src/wx/wscript +++ b/src/wx/wscript @@ -32,9 +32,9 @@ sources = """ audio_panel.cc audio_plot.cc batch_job_view.cc - caption_appearance_dialog.cc - caption_panel.cc - caption_view.cc + subtitle_appearance_dialog.cc + text_panel.cc + text_view.cc cinema_dialog.cc colour_conversion_editor.cc config_dialog.cc |
