98772641729700876a0e51e3d001649cd1624046 from master; Windows crash fix.
[dcpomatic.git] / src / wx / report_problem_dialog.cc
index 78c092921ce5d62db81c905207dbd896bcf4dc5f..ae9b1d3ed2f40fc007503aef5a22028c7d03dc98 100644 (file)
@@ -47,10 +47,8 @@ ReportProblemDialog::ReportProblemDialog (wxWindow* parent, shared_ptr<Film> fil
        wxString t = _("My problem is");
        int flags = wxALIGN_TOP | wxLEFT | wxRIGHT;
 #ifdef __WXOSX__
-       if (left) {
-               flags |= wxALIGN_RIGHT;
-               t += wxT (":");
-       }
+       flags |= wxALIGN_RIGHT;
+       t += wxT (":");
 #endif 
        wxStaticText* m = new wxStaticText (this, wxID_ANY, t);
        _table->Add (m, 1, flags, 6);