summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wx/table_dialog.cc4
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 (""));