lcl: fixed typos

git-svn-id: trunk@55479 -
This commit is contained in:
mattias 2017-07-10 12:20:03 +00:00
parent 321d7c4b34
commit bd57210a2f
2 changed files with 2 additions and 2 deletions

View File

@ -554,7 +554,7 @@ var
type type
{ TDockManager is an abstract class for managing a dock site's docked { TDockManager is an abstract class for managing a dock site's docked
controls. See TDockTree below for the more info. controls. See TDockTree below for more info.
} }
TDockManager = class(TPersistent) TDockManager = class(TPersistent)
public public

View File

@ -2154,7 +2154,7 @@ begin
begin begin
if CloseQuery then if CloseQuery then
begin begin
// IsMainForm flag set if we are closeing MainForm or its parent // IsMainForm flag set if we are closing MainForm or its parent
IsMainForm := (Application.MainForm = Self) or (Self.IsParentOf(Application.MainForm)); IsMainForm := (Application.MainForm = Self) or (Self.IsParentOf(Application.MainForm));
// Prepare default close action // Prepare default close action
if FormStyle = fsMDIChild then if FormStyle = fsMDIChild then