diff options
Diffstat (limited to 'src/wx/content_panel.h')
| -rw-r--r-- | src/wx/content_panel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/content_panel.h b/src/wx/content_panel.h index d31375c8e..82cb2ed88 100644 --- a/src/wx/content_panel.h +++ b/src/wx/content_panel.h @@ -65,7 +65,7 @@ public: ContentList selected (); ContentList selected_video (); ContentList selected_audio (); - ContentList selected_caption (); + ContentList selected_text (); FFmpegContentList selected_ffmpeg (); void add_file_clicked (); @@ -105,7 +105,7 @@ private: wxButton* _timeline; ContentSubPanel* _video_panel; AudioPanel* _audio_panel; - TextPanel* _caption_panel[CAPTION_COUNT]; + TextPanel* _text_panel[TEXT_COUNT]; ContentSubPanel* _timing_panel; std::list<ContentSubPanel *> _panels; ContentMenu* _menu; |
