comparison system/Init.cpp @ 384:6f6ab834449d spectrogram-cache-rejig

* Merge from trunk
author Chris Cannam
date Wed, 27 Feb 2008 11:59:42 +0000
parents 71dfc6ab3b54
children 7aa1de571880
comparison
equal deleted inserted replaced
337:a6fab10ff9e6 384:6f6ab834449d
77 XSetErrorHandler(handle_x11_error); 77 XSetErrorHandler(handle_x11_error);
78 #endif 78 #endif
79 79
80 #ifdef Q_WS_WIN32 80 #ifdef Q_WS_WIN32
81 redirectStderr(); 81 redirectStderr();
82 QFont fn = qApp->font(); 82 // QFont fn = qApp->font();
83 fn.setFamily("Tahoma"); 83 // fn.setFamily("Tahoma");
84 qApp->setFont(fn); 84 // qApp->setFont(fn);
85 #else 85 #else
86 #ifdef Q_WS_X11 86 #ifdef Q_WS_X11
87 // QFont fn = qApp->font(); 87 // QFont fn = qApp->font();
88 // fn.setPointSize(fn.pointSize() + 2); 88 // fn.setPointSize(fn.pointSize() + 2);
89 // qApp->setFont(fn); 89 // qApp->setFont(fn);