diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-19 20:58:24 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-19 23:45:23 +0100 |
| commit | ff40ecd114547a2fc07bc49403c993c3fa5d40cc (patch) | |
| tree | 82e34489266eef724a43790d036e9d505f2996d7 /src/wx/content_panel.h | |
| parent | 0e4a58abdc78f84478031acdc0acb95f5cb9a2a6 (diff) | |
UI for selecting caption type.
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 c5378fc36..363839682 100644 --- a/src/wx/content_panel.h +++ b/src/wx/content_panel.h @@ -104,7 +104,7 @@ private: wxButton* _timeline; ContentSubPanel* _video_panel; AudioPanel* _audio_panel; - ContentSubPanel* _subtitle_panel; + ContentSubPanel* _caption_panel; ContentSubPanel* _timing_panel; std::list<ContentSubPanel *> _panels; ContentMenu* _menu; |
