1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-30 11:04:57 +01:00
This commit is contained in:
John Maguire 2013-10-28 17:39:18 +01:00
parent b08898bf2d
commit 981bbdce72

View File

@ -251,7 +251,7 @@ int main(int argc, char *argv[]) {
// This must go before QApplication initialisation.
mac::MacMain();
if (!QSysInfo::MacintoshVersion > QSysInfo::MV_10_8) {
if (QSysInfo::MacintoshVersion > QSysInfo::MV_10_8) {
// Work around 10.9 issue.
// https://bugreports.qt-project.org/browse/QTBUG-32789
QFont::insertSubstitution(".Lucida Grande UI", "Lucida Grande");