ide: comment

This commit is contained in:
mattias 2024-09-27 10:33:02 +02:00
parent 148d73528e
commit 6f24121ef2

View File

@ -1550,7 +1550,7 @@ begin
BinaryStrToText(StaticPackage^.Name),'"');
continue;
end;
// check RegisterFCLBaseComponents procedure
// check Register procedure
if (StaticPackage^.RegisterProc=nil) then begin
DebugLn('Warning: (lazarus) [TPkgManager.LoadStaticCustomPackages]',
' Package "',StaticPackage^.Name,'" has no register procedure.');