diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-02-21 19:51:59 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-02-21 19:51:59 +0000 |
| commit | 9a64198e5489f63a7e0ee3639c03fd801f87e845 (patch) | |
| tree | 6a5213ceded19e48bf2477d043983d37c3495971 /src/wx/table_dialog.cc | |
| parent | 321a58aba62adeb1f2650ad0c7d9557e33c7d594 (diff) | |
Try to fix OS X build.
Diffstat (limited to 'src/wx/table_dialog.cc')
| -rw-r--r-- | src/wx/table_dialog.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/table_dialog.cc b/src/wx/table_dialog.cc index 3f8d10fe1..f19565e32 100644 --- a/src/wx/table_dialog.cc +++ b/src/wx/table_dialog.cc @@ -57,10 +57,10 @@ TableDialog::add (wxString text, bool) #endif { int flags = wxALIGN_CENTER_VERTICAL | wxLEFT | wxRIGHT; -#ifdef __WXOSX__ +#ifdef DCPOMATIC_OSX if (label) { flags |= wxALIGN_RIGHT; - t += wxT (":"); + text += wxT (":"); } #endif wxStaticText* m = new wxStaticText (this, wxID_ANY, wxT ("")); |
