mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-06 12:29:21 +01:00
lcl: return Name as default dock caption instead of ''
git-svn-id: trunk@19882 -
This commit is contained in:
parent
f85c9ce4c8
commit
04d24c72c4
@ -2997,7 +2997,7 @@ end;
|
||||
|
||||
function TControl.GetDefaultDockCaption: String;
|
||||
begin
|
||||
Result := '';
|
||||
Result := Name;
|
||||
end;
|
||||
|
||||
{------------------------------------------------------------------------------
|
||||
|
||||
Loading…
Reference in New Issue
Block a user