]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Porting to DEV version of OCCT: minor corrections
authorrnv <rnv@opencascade.com>
Tue, 19 Feb 2019 16:12:08 +0000 (19:12 +0300)
committerrnv <rnv@opencascade.com>
Tue, 19 Feb 2019 16:12:08 +0000 (19:12 +0300)
src/GEOMGUI/GeometryGUI.cxx

index 0a8e780cf1dd8b1497c736ff8db85ad1ab95da16..12c2f69bf4f3ddac36cbbf8caecdaa85a4c6e217 100755 (executable)
@@ -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