From a5c629cb9b638b67a0e4c2d26fe9ab2e124bf0eb Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 23 Jul 2018 15:10:11 +0100 Subject: Tidy up after mass rename. --- src/wx/paste_dialog.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/wx/paste_dialog.h') diff --git a/src/wx/paste_dialog.h b/src/wx/paste_dialog.h index 7de38fd2c..792195947 100644 --- a/src/wx/paste_dialog.h +++ b/src/wx/paste_dialog.h @@ -23,14 +23,14 @@ class PasteDialog : public TableDialog { public: - PasteDialog (wxWindow* parent, bool video, bool audio, bool caption); + PasteDialog (wxWindow* parent, bool video, bool audio, bool text); bool video () const; bool audio () const; - bool caption () const; + bool text () const; private: wxCheckBox* _video; wxCheckBox* _audio; - wxCheckBox* _caption; + wxCheckBox* _text; }; -- cgit v1.2.3