summaryrefslogtreecommitdiff
path: root/src/wx/paste_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-07-19 22:44:53 +0100
committerCarl Hetherington <cth@carlh.net>2018-07-19 23:45:23 +0100
commit27b83475435dda4e84a90cf59a52f150905c4ab1 (patch)
tree51d0158c7a879f6b2f3c40843c5e5e455069a1dc /src/wx/paste_dialog.h
parent9cb73fbc0fa4643612f01665bc6d9fc430656f32 (diff)
Clean up after previous commit.
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 204f421d8..7de38fd2c 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 subtitle);
+ PasteDialog (wxWindow* parent, bool video, bool audio, bool caption);
bool video () const;
bool audio () const;
- bool subtitle () const;
+ bool caption () const;
private:
wxCheckBox* _video;
wxCheckBox* _audio;
- wxCheckBox* _subtitle;
+ wxCheckBox* _caption;
};