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.cc | |
| parent | 7c930c4d6668bc8d9d5c5ae20208de8dee50f389 (diff) | |
More subtitle -> caption.
Diffstat (limited to 'src/wx/content_panel.cc')
| -rw-r--r-- | src/wx/content_panel.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/content_panel.cc b/src/wx/content_panel.cc index 9d6d9a006..5a4873716 100644 --- a/src/wx/content_panel.cc +++ b/src/wx/content_panel.cc @@ -191,7 +191,7 @@ ContentPanel::selected_audio () } ContentList -ContentPanel::selected_subtitle () +ContentPanel::selected_caption () { ContentList sc; |
