Changeset 49364 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Nov 1, 2013 1:10:46 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/main.cpp
r48950 r49364 359 359 #endif 360 360 361 #ifdef QT_MAC_USE_COCOA 361 #ifdef Q_WS_MAC 362 /* Mavericks font fix: */ 363 if (VBoxGlobal::osRelease() == MacOSXRelease_Mavericks) 364 QFont::insertSubstitution(".Lucida Grande UI", "Lucida Grande"); 365 # ifdef QT_MAC_USE_COCOA 362 366 /* Instantiate our NSApplication derivative before QApplication 363 367 * forces NSApplication to be instantiated. */ 364 368 UICocoaApplication::instance(); 365 #endif /* QT_MAC_USE_COCOA */ 369 # endif /* QT_MAC_USE_COCOA */ 370 #endif /* Q_WS_MAC */ 366 371 367 372 /* Install Qt console message handler: */
Note:
See TracChangeset
for help on using the changeset viewer.