diff options
Diffstat (limited to 'src/wx/report_problem_dialog.cc')
| -rw-r--r-- | src/wx/report_problem_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/report_problem_dialog.cc b/src/wx/report_problem_dialog.cc index ae9b1d3ed..971619daf 100644 --- a/src/wx/report_problem_dialog.cc +++ b/src/wx/report_problem_dialog.cc @@ -49,7 +49,7 @@ ReportProblemDialog::ReportProblemDialog (wxWindow* parent, shared_ptr<Film> fil #ifdef __WXOSX__ flags |= wxALIGN_RIGHT; t += wxT (":"); -#endif +#endif wxStaticText* m = new wxStaticText (this, wxID_ANY, t); _table->Add (m, 1, flags, 6); |
