Changeset 225 for trunk/src/gui/kernel
- Timestamp:
- Oct 14, 2009, 10:22:42 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/kernel/qapplication_pm.cpp
r187 r225 194 194 qApp->setObjectName(priv->appName()); 195 195 196 // default font 197 QApplicationPrivate::setSystemFont( 198 QFont(QLatin1String("System Proportional"), 10)); 196 // default font (HELV.PFB series should always be present) 197 QApplicationPrivate::setSystemFont(QFont(QLatin1String("Helvetica"), 10)); 199 198 200 199 // QFont::locale_init(); ### Uncomment when it does something on OS/2
Note:
See TracChangeset
for help on using the changeset viewer.