mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-14 22:00:10 +02:00
lcl: fixed typos
git-svn-id: trunk@55479 -
This commit is contained in:
parent
321d7c4b34
commit
bd57210a2f
@ -554,7 +554,7 @@ var
|
||||
|
||||
type
|
||||
{ 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)
|
||||
public
|
||||
|
@ -2154,7 +2154,7 @@ begin
|
||||
begin
|
||||
if CloseQuery then
|
||||
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));
|
||||
// Prepare default close action
|
||||
if FormStyle = fsMDIChild then
|
||||
|
Loading…
Reference in New Issue
Block a user