summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qfont.cpp
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@petroules.com>2013-11-01 14:13:25 -0400
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-11 14:40:55 +0100
commit98352b964f8a11751af89813c9524c35b67a5633 (patch)
tree15df6b88cd9a9e08e5835be38e0d3089b3fb0db7 /src/gui/text/qfont.cpp
parentebc724986f4acf05c3425a7120ddc43d2eeb2515 (diff)
Use the correct system font on OS X Mavericks.
Task-number: QTBUG-32789 Change-Id: I7b1988d5f74e5becd2e02274fae4d2bcc8140901 Reviewed-by: Morten Johan Sørvig <morten.sorvig@digia.com>
Diffstat (limited to 'src/gui/text/qfont.cpp')
-rw-r--r--src/gui/text/qfont.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/text/qfont.cpp b/src/gui/text/qfont.cpp
index 1ca28fa31d..6adab4d975 100644
--- a/src/gui/text/qfont.cpp
+++ b/src/gui/text/qfont.cpp
@@ -1968,6 +1968,8 @@ static void initFontSubst()
"times new roman", "times",
"courier new", "courier",
"sans serif", "helvetica",
+#elif defined(Q_WS_MAC)
+ ".lucida grande ui", "lucida grande",
#elif defined(Q_WS_WIN)
"times", "times new roman",
"courier", "courier new",