diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-19 22:49:14 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-19 23:45:23 +0100 |
| commit | 108b0cf9a2b8cb9612910408b4fe955f79512e6c (patch) | |
| tree | 20c5285275d8bed2f10a982692fc2ee6a2492dfd /src/wx/content_panel.h | |
| parent | 7c930c4d6668bc8d9d5c5ae20208de8dee50f389 (diff) | |
More subtitle -> caption.
Diffstat (limited to 'src/wx/content_panel.h')
| -rw-r--r-- | src/wx/content_panel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/content_panel.h b/src/wx/content_panel.h index 363839682..e7d9c95b3 100644 --- a/src/wx/content_panel.h +++ b/src/wx/content_panel.h @@ -64,7 +64,7 @@ public: ContentList selected (); ContentList selected_video (); ContentList selected_audio (); - ContentList selected_subtitle (); + ContentList selected_caption (); FFmpegContentList selected_ffmpeg (); void add_file_clicked (); |
