changeset 33 | 3e2da88830cd |
parent 18 | 2f34d5167611 |
--- a/src/gui/text/qfont_qws.cpp Tue Jul 06 15:10:48 2010 +0300 +++ b/src/gui/text/qfont_qws.cpp Wed Aug 18 10:37:55 2010 +0300 @@ -108,6 +108,7 @@ case QFont::Times: return QString::fromLatin1("times"); case QFont::Courier: + case QFont::Monospace: return QString::fromLatin1("courier"); case QFont::Decorative: return QString::fromLatin1("old english");