IDE: improve comment

git-svn-id: trunk@43548 -
This commit is contained in:
juha 2013-12-16 00:10:38 +00:00
parent 24830e5abf
commit 9202fa9fcd

View File

@ -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