mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
fix test font message
This commit is contained in:
parent
abc74b4262
commit
f131792351
@ -271,7 +271,7 @@ bool QgsFontUtils::loadStandardTestFonts( const QStringList &loadstyles )
|
||||
loaded = ( fontID != -1 );
|
||||
fontsLoaded = ( fontsLoaded || loaded );
|
||||
}
|
||||
QgsDebugMsg( QString( "Test font '%1' %3 from testdata.qrc" )
|
||||
QgsDebugMsg( QString( "Test font '%1' (%2) %3 from testdata.qrc" )
|
||||
.arg( fontFamily, fontstyle, loaded ? "loaded" : "FAILED to load" ) );
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user