Fix a OS X build error (missing a defined())
This commit is contained in:
parent
41bd2a6634
commit
2315bf7bc5
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user