浏览代码

+ Duplicated error messages now correspond in various procedures

michael 22 年之前
父节点
当前提交
4cf47aac32
共有 1 个文件被更改,包括 1 次插入1 次删除
  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