mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 22:00:18 +02:00
ide: comment
This commit is contained in:
parent
148d73528e
commit
6f24121ef2
@ -1550,7 +1550,7 @@ begin
|
|||||||
BinaryStrToText(StaticPackage^.Name),'"');
|
BinaryStrToText(StaticPackage^.Name),'"');
|
||||||
continue;
|
continue;
|
||||||
end;
|
end;
|
||||||
// check RegisterFCLBaseComponents procedure
|
// check Register procedure
|
||||||
if (StaticPackage^.RegisterProc=nil) then begin
|
if (StaticPackage^.RegisterProc=nil) then begin
|
||||||
DebugLn('Warning: (lazarus) [TPkgManager.LoadStaticCustomPackages]',
|
DebugLn('Warning: (lazarus) [TPkgManager.LoadStaticCustomPackages]',
|
||||||
' Package "',StaticPackage^.Name,'" has no register procedure.');
|
' Package "',StaticPackage^.Name,'" has no register procedure.');
|
||||||
|
Loading…
Reference in New Issue
Block a user