diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-11-18 01:31:30 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-11-20 23:47:03 +0100 |
| commit | 84a0d8a228f36f95ac265bac163c8e3f02dc1fd0 (patch) | |
| tree | ed7a3bf3a9d0806ddb3a9ea6196230dfeaa1679e /src/wx/text_panel.h | |
| parent | 7ec57dea9d77070244c411c354623cfb5bac09ca (diff) | |
Remove subtitle language from text content.
Diffstat (limited to 'src/wx/text_panel.h')
| -rw-r--r-- | src/wx/text_panel.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/wx/text_panel.h b/src/wx/text_panel.h index 7a7b7b504..cd0890e3d 100644 --- a/src/wx/text_panel.h +++ b/src/wx/text_panel.h @@ -45,7 +45,6 @@ private: void y_scale_changed (); void line_spacing_changed (); void dcp_track_changed (); - void language_changed (); void stream_changed (); void text_view_clicked (); void fonts_dialog_clicked (); @@ -90,8 +89,6 @@ private: wxSpinCtrl* _line_spacing; wxStaticText* _dcp_track_label; wxChoice* _dcp_track; - wxStaticText* _language_label; - wxTextCtrl* _language; wxStaticText* _stream_label; wxChoice* _stream; wxButton* _text_view_button; @@ -102,7 +99,7 @@ private: TextType _original_type; int _outline_subtitles_row; - int _language_row; + int _ccap_track_row; boost::weak_ptr<Content> _analysis_content; boost::signals2::scoped_connection _analysis_finished_connection; |
