Browse Source

Fixes a spelling mistake in TFPCustomFont

git-svn-id: trunk@23411 -
sekelsenmat 12 years ago
parent
commit
0921df3191
1 changed files with 1 additions and 1 deletions
  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 Bold : boolean index 5 read GetFlags write SetFlags;
     property Italic : boolean index 6 read GetFlags write SetFlags;
     property Italic : boolean index 6 read GetFlags write SetFlags;
     property Underline : boolean index 7 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;
     property Orientation: Integer read GetOrientation write SetOrientation default 0;
         
         
   end;
   end;