Dolby is apparently recreating all their certificates (as they will soon expire)...
[dcpomatic.git] / src / wx / table_dialog.cc
index 05d06432cbaa85175f355291ab6ec0ceaf8f3926..c4ad5fff6eed933257d768bbd39ccd5727c2c1be 100644 (file)
@@ -57,12 +57,11 @@ TableDialog::layout ()
 
 wxStaticText *
 #ifdef DCPOMATIC_OSX
-TableDialog::add (wxString text, bool label)
+TableDialog::add (wxString text, bool label, int flags)
 #else
-TableDialog::add (wxString text, bool)
+TableDialog::add (wxString text, bool, int flags)
 #endif
 {
-       int flags = wxALIGN_CENTER_VERTICAL | wxLEFT | wxRIGHT;
 #ifdef DCPOMATIC_OSX
        if (label) {
                flags |= wxALIGN_RIGHT;