mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 20:18:34 +02:00
aarre: fixed typo, added readme
git-svn-id: trunk@38510 -
This commit is contained in:
parent
acb5e8bc8c
commit
f93076acb0
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -181,6 +181,7 @@ components/README.txt svneol=native#text/plain
|
||||
components/aarre/src/aarrebase.lpk svneol=native#text/plain
|
||||
components/aarre/src/aarrebase.pas svneol=native#text/plain
|
||||
components/aarre/src/aarrepkglist.pas svneol=native#text/plain
|
||||
components/aarre/tools/README.txt svneol=native#text/plain
|
||||
components/aarre/tools/aarreupdatelist.lpi svneol=native#text/plain
|
||||
components/aarre/tools/aarreupdatelist.lpr svneol=native#text/plain
|
||||
components/activex/LazActiveX.lpk svneol=native#text/plain
|
||||
|
5
components/aarre/tools/README.txt
Normal file
5
components/aarre/tools/README.txt
Normal file
@ -0,0 +1,5 @@
|
||||
aarreupdatelist
|
||||
|
||||
This tool is under construction.
|
||||
It's goal is to scan a directory and gather information of all lpk files.
|
||||
|
@ -185,7 +185,7 @@ var
|
||||
Application: TAarreUpdateList;
|
||||
begin
|
||||
Application:=TAarreUpdateList.Create(nil);
|
||||
Application.Title:='Aaree update list';
|
||||
Application.Title:='Aarre update list';
|
||||
Application.Run;
|
||||
Application.Free;
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user