- Timestamp:
- Nov 11, 2014 4:24:38 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/main.cpp
r52977 r53306 349 349 #ifdef Q_WS_MAC 350 350 /* Mavericks font fix: */ 351 if (VBoxGlobal::osRelease() == MacOSXRelease_Mavericks)351 if (VBoxGlobal::osRelease() >= MacOSXRelease_Mavericks) 352 352 QFont::insertSubstitution(".Lucida Grande UI", "Lucida Grande"); 353 353 # ifdef QT_MAC_USE_COCOA
Note:
See TracChangeset
for help on using the changeset viewer.