summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wx/wx_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/wx_util.h b/src/wx/wx_util.h
index bb4c08a64..0e5397b68 100644
--- a/src/wx/wx_util.h
+++ b/src/wx/wx_util.h
@@ -49,7 +49,7 @@ class PasswordEntry;
#define DCPOMATIC_DIALOG_BORDER 12
/** Spacing to use between buttons in a vertical/horizontal line */
-#if defined(DCPOMATIC_OSX) | defined(__WXGTK3__)
+#if defined(DCPOMATIC_OSX) || defined(__WXGTK3__)
#define DCPOMATIC_BUTTON_STACK_GAP 2
#else
#define DCPOMATIC_BUTTON_STACK_GAP 0