mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 19:29:31 +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;
|
||||
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
|
||||
RegComp:=IDEComponentPalette.FindComponent(MissingObjectTypes[i]);
|
||||
if (RegComp=nil) or (RegComp.GetUnitName='') then
|
||||
|
Loading…
Reference in New Issue
Block a user