Explorar el Código

+ Fixed another format statement for error when loading font

michael hace 22 años
padre
commit
ab32e53db4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      fcl/image/freetype.pp

+ 1 - 1
fcl/image/freetype.pp

@@ -147,7 +147,7 @@ type
 const
   sErrErrorsInCleanup : string = '%d errors detected while freeing a Font Manager object';
   sErrFontFileNotFound : string = 'Font file "%s" not found';
-  sErrFreeType : string = 'Error %d while %s';
+  sErrFreeType : string = 'Error %s while %d';
   sInitializing : string = 'initializing font engine';
   sDestroying : string = 'destroying font engine';
   sErrErrorInCleanup : string = 'freeing Font Manager object';