From: rnv Date: Tue, 19 Feb 2019 16:12:08 +0000 (+0300) Subject: Porting to DEV version of OCCT: minor corrections X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6d5ef3f003f217b57d4c8730970433e49a436827;p=modules%2Fgeom.git Porting to DEV version of OCCT: minor corrections --- diff --git a/src/GEOMGUI/GeometryGUI.cxx b/src/GEOMGUI/GeometryGUI.cxx index 0a8e780cf..12c2f69bf 100755 --- a/src/GEOMGUI/GeometryGUI.cxx +++ b/src/GEOMGUI/GeometryGUI.cxx @@ -2432,7 +2432,7 @@ void GeometryGUI::createPreferences() /*int fontID =*/ QFontDatabase::addApplicationFont( aFontFile ); #if OCC_VERSION_LARGE <= 0x07030000 Handle(Font_SystemFont) sf = new Font_SystemFont( - new TCollection_HAsciiString("Y14.5M-2009") + new TCollection_HAsciiString("Y14.5M-2009"), Font_FA_Regular, new TCollection_HAsciiString(aFontFile.toLatin1().data()) ); # else