From 047f0c6a7fed251ed05f617d740787dcc83c98f7 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 12 Nov 2014 23:13:53 +0000 Subject: OS X build fix. --- src/wx/report_problem_dialog.cc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/wx/report_problem_dialog.cc b/src/wx/report_problem_dialog.cc index 78c092921..ae9b1d3ed 100644 --- a/src/wx/report_problem_dialog.cc +++ b/src/wx/report_problem_dialog.cc @@ -47,10 +47,8 @@ ReportProblemDialog::ReportProblemDialog (wxWindow* parent, shared_ptr 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); -- cgit v1.2.3