summaryrefslogtreecommitdiffstats
path: root/MultiMC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'MultiMC.cpp')
-rw-r--r--MultiMC.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/MultiMC.cpp b/MultiMC.cpp
index 21530903..222d7c89 100644
--- a/MultiMC.cpp
+++ b/MultiMC.cpp
@@ -383,7 +383,7 @@ void MultiMC::initGlobalSettings(bool test_mode)
QString defaultMonospace;
#ifdef Q_OS_WIN32
defaultMonospace = "Lucida Console";
-#elif Q_OS_MAC
+#elif defined(Q_OS_MAC)
defaultMonospace = "Menlo";
#else
defaultMonospace = "Monospace";