summaryrefslogtreecommitdiff
path: root/src/wx/export_subtitles_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/export_subtitles_dialog.h')
-rw-r--r--src/wx/export_subtitles_dialog.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wx/export_subtitles_dialog.h b/src/wx/export_subtitles_dialog.h
index d4405cb29..ee55729f7 100644
--- a/src/wx/export_subtitles_dialog.h
+++ b/src/wx/export_subtitles_dialog.h
@@ -27,15 +27,17 @@ class FilePickerCtrl;
class ExportSubtitlesDialog : public TableDialog
{
public:
- ExportSubtitlesDialog (wxWindow* parent, std::string name);
+ ExportSubtitlesDialog (wxWindow* parent, std::string name, bool interop);
boost::filesystem::path path () const;
bool split_reels () const;
+ bool include_font () const;
private:
void file_changed ();
std::string _initial_name;
wxCheckBox* _split_reels;
+ wxCheckBox* _include_font;
FilePickerCtrl* _file;
};