Codebase list djview4 / 785af55
Temporary changes for mac/cocoa leonb 14 years ago
1 changed file(s) with 4 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
112112 {
113113 // Message handler
114114 qInstallMsgHandler(qtMessageHandler);
115
115 #if defined(Q_WS_MAC) && defined(QT_MAC_USE_COCOA)
116 setAttribute(Qt::AA_DontUseNativeMenuBar);
117 #endif
118
116119 // Locale should not mess with printf
117120 #ifdef LC_NUMERIC
118121 ::setlocale(LC_NUMERIC, "C");