mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 22:59:07 +02:00
IDE: improve comment
git-svn-id: trunk@43548 -
This commit is contained in:
parent
24830e5abf
commit
9202fa9fcd
@ -481,7 +481,7 @@ begin
|
|||||||
CurError:=CurError.NextError;
|
CurError:=CurError.NextError;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
// keep only the missing object types with a registered component class
|
// keep missing object types only with a registered component class
|
||||||
for i:=MissingObjectTypes.Count-1 downto 0 do begin
|
for i:=MissingObjectTypes.Count-1 downto 0 do begin
|
||||||
RegComp:=IDEComponentPalette.FindComponent(MissingObjectTypes[i]);
|
RegComp:=IDEComponentPalette.FindComponent(MissingObjectTypes[i]);
|
||||||
if (RegComp=nil) or (RegComp.GetUnitName='') then
|
if (RegComp=nil) or (RegComp.GetUnitName='') then
|
||||||
|
Loading…
Reference in New Issue
Block a user