summaryrefslogtreecommitdiff
path: root/src/wx/paste_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/paste_dialog.h')
-rw-r--r--src/wx/paste_dialog.h6
1 files changed, 3 insertions, 3 deletions
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;
};