From f8114b3622bae30d10cbbf58b08f549643c1665e Mon Sep 17 00:00:00 2001 From: mattias Date: Tue, 20 Jan 2009 11:15:21 +0000 Subject: [PATCH] fixed typo git-svn-id: trunk@18352 - --- lcl/controls.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lcl/controls.pp b/lcl/controls.pp index d683889a42..3c1915b5f9 100644 --- a/lcl/controls.pp +++ b/lcl/controls.pp @@ -1120,7 +1120,7 @@ type // optional properties (not every descendent supports them) property ActionLink: TControlActionLink read FActionLink write FActionLink; property Ctl3D: Boolean read FCtl3D write FCtl3D;//Is this needed for anything other than compatability? - // MWE: no and even on delphi it is depreciated. IMO we remove this + // MWE: no and even on delphi it is deprecated. IMO we remove this property DragCursor: TCursor read FDragCursor write SetDragCursor default crDrag; property DragKind: TDragKind read FDragKind write FDragKind default dkDrag; property DragMode: TDragMode read fDragMode write SetDragMode default dmManual;