Fix some bad fuzzy translations.
[dcpomatic.git] / src / wx / export_dialog.h
index 239e5682955caa4de2ab6c84380ee5f78588947b..c2498d6a149498ded640a002ad633125d52e34e1 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2017 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2017-2018 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
@@ -28,14 +28,17 @@ class FilePickerCtrl;
 class ExportDialog : public TableDialog
 {
 public:
-       ExportDialog (wxWindow* parent);
+       explicit ExportDialog (wxWindow* parent);
 
        boost::filesystem::path path () const;
        FFmpegEncoder::Format format () const;
+       bool mixdown_to_stereo () const;
 
 private:
        void format_changed ();
+       void file_changed ();
 
        wxChoice* _format;
+       wxCheckBox* _mixdown;
        FilePickerCtrl* _file;
 };