diff options
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; |
