mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-13 11:19:22 +02:00
updated lpl
git-svn-id: trunk@30913 -
This commit is contained in:
parent
3d778b6492
commit
169079452b
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -5748,7 +5748,7 @@ packager/globallinks/appforms-1.lpl svneol=native#text/plain
|
||||
packager/globallinks/chmhelppkg-0.1.lpl svneol=native#text/plain
|
||||
packager/globallinks/cocoa_pkg-0.lpl svneol=native#text/plain
|
||||
packager/globallinks/codetools-1.0.1.lpl svneol=native#text/plain
|
||||
packager/globallinks/cody-1.0.1.lpl svneol=native#text/plain
|
||||
packager/globallinks/cody-1.1.lpl svneol=native#text/plain
|
||||
packager/globallinks/customdrawn-0.lpl svneol=native#text/plain
|
||||
packager/globallinks/dbflaz-0.1.1.lpl svneol=native#text/plain
|
||||
packager/globallinks/designbaseclassdemopkg-0.lpl svneol=native#text/plain
|
||||
|
@ -18,6 +18,7 @@
|
||||
</CompilerOptions>
|
||||
<Description Value="IDE extensions using Codetools."/>
|
||||
<License Value="GPL2"/>
|
||||
<Version Major="1" Minor="1"/>
|
||||
<Files Count="9">
|
||||
<Item1>
|
||||
<Filename Value="ppulistdlg.pas"/>
|
||||
|
@ -21,6 +21,7 @@
|
||||
</CompilerOptions>
|
||||
<Description Value="A lazarus packagemanager based on FPC's fppkg"/>
|
||||
<License Value="GPL"/>
|
||||
<Version Release="1"/>
|
||||
<Files Count="1">
|
||||
<Item1>
|
||||
<Filename Value="lazpackagemanagerintf.pas"/>
|
||||
|
@ -586,7 +586,7 @@ begin
|
||||
if Source is TLazPackageID then
|
||||
begin
|
||||
aSource:=TLazPackageID(Source);
|
||||
aSource.FVersion.Assign(FVersion);
|
||||
FVersion.Assign(aSource.Version);
|
||||
Name:=aSource.FName;
|
||||
UpdateIDAsString;
|
||||
end else
|
||||
|
@ -68,7 +68,6 @@ begin
|
||||
DescriptionMemo.Text := LazPackage.Description;
|
||||
AuthorEdit.Text := LazPackage.Author;
|
||||
LicenseMemo.Text := LazPackage.License;
|
||||
//debugln(['TPackageDescriptionOptionsFrame.ReadSettings ',lazpa]);
|
||||
VersionMajorSpinEdit.Value := LazPackage.Version.Major;
|
||||
VersionMinorSpinEdit.Value := LazPackage.Version.Minor;
|
||||
VersionReleaseSpinEdit.Value := LazPackage.Version.Release;
|
||||
|
Loading…
Reference in New Issue
Block a user