Browse Source

+ Fixed another format statement for error when loading font

michael 22 years ago
parent
commit
ab32e53db4
1 changed files with 1 additions and 1 deletions
  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';