Explorar o código

+ Duplicated error messages now correspond in various procedures

michael %!s(int64=22) %!d(string=hai) anos
pai
achega
4cf47aac32
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      fcl/image/freetype.pp

+ 1 - 1
fcl/image/freetype.pp

@@ -652,7 +652,7 @@ begin
       end;
     // render the glyph
     FTCheck(FT_Glyph_Copy (g^.glyph, gl),sErrMakingString1);
-    FTCheck(FT_Glyph_To_Bitmap (gl, CurRenderMode, @pos, true),sErrMakingString2);
+    FTCheck(FT_Glyph_To_Bitmap (gl, CurRenderMode, @pos, true),sErrMakingString4);
     // Copy what is needed to record
     bm := PFT_BitmapGlyph(gl);
     with result.Bitmaps[r]^ do