소스 검색

Fixes a spelling mistake in TFPCustomFont

git-svn-id: trunk@23411 -
sekelsenmat 12 년 전
부모
커밋
0921df3191
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/fcl-image/src/fpcanvas.pp

+ 1 - 1
packages/fcl-image/src/fpcanvas.pp

@@ -102,7 +102,7 @@ type
     property Bold : boolean index 5 read GetFlags write SetFlags;
     property Italic : boolean index 6 read GetFlags write SetFlags;
     property Underline : boolean index 7 read GetFlags write SetFlags;
-    property StrikeTrough : boolean index 8 read GetFlags write SetFlags;
+    property StrikeThrough : boolean index 8 read GetFlags write SetFlags;
     property Orientation: Integer read GetOrientation write SetOrientation default 0;
         
   end;