summaryrefslogtreecommitdiff
path: root/src/wx/export_subtitles_dialog.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-03-12 19:50:44 +0100
committerCarl Hetherington <cth@carlh.net>2025-03-12 19:50:44 +0100
commit84de18ce3e3561c58370d0b5b6e6153f139499f3 (patch)
tree54c1568fef15e5c37d7271bcc361c73826ad4375 /src/wx/export_subtitles_dialog.h
parent063e5c06999f1952c06ea4c44c0c2470db164005 (diff)
Improve layout of export subtitles dialog, especially with de_DE translation.
Diffstat (limited to 'src/wx/export_subtitles_dialog.h')
-rw-r--r--src/wx/export_subtitles_dialog.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/wx/export_subtitles_dialog.h b/src/wx/export_subtitles_dialog.h
index 0a3177cac..52170418e 100644
--- a/src/wx/export_subtitles_dialog.h
+++ b/src/wx/export_subtitles_dialog.h
@@ -20,7 +20,6 @@
#include "dir_picker_ctrl.h"
-#include "table_dialog.h"
#include <dcp/warnings.h>
LIBDCP_DISABLE_WARNINGS
#include <wx/wx.h>
@@ -32,7 +31,7 @@ class CheckBox;
class FilePickerCtrl;
-class ExportSubtitlesDialog : public TableDialog
+class ExportSubtitlesDialog : public wxDialog
{
public:
ExportSubtitlesDialog (wxWindow* parent, int reels, bool interop);
@@ -46,7 +45,7 @@ private:
bool _interop;
CheckBox* _split_reels;
- CheckBox* _include_font;
+ CheckBox* _include_font = nullptr;
wxStaticText* _file_label;
FilePickerCtrl* _file;
DirPickerCtrl* _dir;