LCL: fix comment language

git-svn-id: trunk@50813 -
This commit is contained in:
ondrej 2015-12-15 08:05:24 +00:00
parent 173aff6805
commit b1711729c1

View File

@ -1695,7 +1695,7 @@ begin
Exit;
if Assigned(FOnButtonClick) then
FOnButtonClick(Self);
//derived controls that override ButtonClick tipically run a dialog after calling inherited,
//derived controls that override ButtonClick typically run a dialog after calling inherited,
//in that case selecting the text now does not make sense at all (and looks silly)
//it's up to the derived control to implement this focus and select if wanted
if TMethod(@Self.ButtonClick).Code = Pointer(@TCustomEditButton.ButtonClick) then