Magellan Linux

Contents of /trunk/qt4/patches/qt-4.5.1-no-hardcoded_fonts.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 835 - (show annotations) (download)
Mon Jun 8 21:21:53 2009 UTC (14 years, 11 months ago) by niro
File size: 520 byte(s)
more patches

1 Index: qt-x11-opensource-src-4.5.0-beta1/src/gui/text/qfont.cpp
2 ===================================================================
3 --- qt-x11-opensource-src-4.5.0-beta1.orig/src/gui/text/qfont.cpp
4 +++ qt-x11-opensource-src-4.5.0-beta1/src/gui/text/qfont.cpp
5 @@ -1767,7 +1767,7 @@ static void initFontSubst()
6 // default substitutions
7 static const char *initTbl[] = {
8
9 -#if defined(Q_WS_X11)
10 +#if 0
11 "arial", "helvetica",
12 "times new roman", "times",
13 "courier new", "courier",