mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2026-01-06 02:40:40 +01:00
Packager: formatting
git-svn-id: trunk@42730 -
This commit is contained in:
parent
9c45fa9046
commit
7377ec04d1
@ -203,8 +203,7 @@ begin
|
||||
DepOwner:=Dependency.Owner;
|
||||
if (DepOwner<>nil) then begin
|
||||
if DepOwner is TLazPackage then begin
|
||||
Description:=Format(lisPkgMangPackage, [TLazPackage(DepOwner).IDAsString]
|
||||
);
|
||||
Description:=Format(lisPkgMangPackage, [TLazPackage(DepOwner).IDAsString]);
|
||||
end else if DepOwner is TProject then begin
|
||||
Description:=Format(lisPkgMangProject, [ExtractFileNameOnly(TProject(
|
||||
DepOwner).ProjectInfoFile)]);
|
||||
@ -214,8 +213,7 @@ begin
|
||||
Description:=dbgsName(DepOwner)
|
||||
end;
|
||||
end else begin
|
||||
Description:=Format(lisPkgMangDependencyWithoutOwner, [Dependency.AsString]
|
||||
);
|
||||
Description:=Format(lisPkgMangDependencyWithoutOwner, [Dependency.AsString]);
|
||||
end;
|
||||
end;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user