diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-09-03 00:14:04 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-09-03 00:14:04 +0100 |
| commit | 64b7c2e30a6adc62c373b9dcc7f39310f10ed994 (patch) | |
| tree | 5f1c7fb5c8ea904d0c1830b700928dca286c34ee /src/wx/table_dialog.cc | |
| parent | c6dee8f49138c0246c3f94d16792541cd250672f (diff) | |
Add basic quality option for x264 export.
Diffstat (limited to 'src/wx/table_dialog.cc')
| -rw-r--r-- | src/wx/table_dialog.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/wx/table_dialog.cc b/src/wx/table_dialog.cc index f94fb0fe8..240a997d2 100644 --- a/src/wx/table_dialog.cc +++ b/src/wx/table_dialog.cc @@ -50,7 +50,7 @@ TableDialog::layout () _overall_sizer->SetSizeHints (this); } -void +wxStaticText * #ifdef DCPOMATIC_OSX TableDialog::add (wxString text, bool label) #else @@ -67,6 +67,7 @@ TableDialog::add (wxString text, bool) wxStaticText* m = new wxStaticText (this, wxID_ANY, wxT ("")); m->SetLabelMarkup (text); _table->Add (m, 0, flags, 6); + return m; } void |
