diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-23 15:10:11 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-23 15:10:11 +0100 |
| commit | a5c629cb9b638b67a0e4c2d26fe9ab2e124bf0eb (patch) | |
| tree | 6cd463704f413259516e2888704272a371a108a6 /src/wx/text_panel.h | |
| parent | df17bbd25da69fc38eb2dcd8b4a2531cf0bab0bc (diff) | |
Tidy up after mass rename.
Diffstat (limited to 'src/wx/text_panel.h')
| -rw-r--r-- | src/wx/text_panel.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wx/text_panel.h b/src/wx/text_panel.h index 70d46dacd..86381e6ff 100644 --- a/src/wx/text_panel.h +++ b/src/wx/text_panel.h @@ -45,7 +45,7 @@ private: void line_spacing_changed (); void language_changed (); void stream_changed (); - void caption_view_clicked (); + void text_view_clicked (); void fonts_dialog_clicked (); void reference_clicked (); void appearance_dialog_clicked (); @@ -64,8 +64,8 @@ private: wxSpinCtrl* _line_spacing; wxTextCtrl* _language; wxChoice* _stream; - wxButton* _caption_view_button; - TextView* _caption_view; + wxButton* _text_view_button; + TextView* _text_view; wxButton* _fonts_dialog_button; FontsDialog* _fonts_dialog; wxButton* _appearance_dialog_button; |
