aarre: fixed typo, added readme

git-svn-id: trunk@38510 -
This commit is contained in:
mattias 2012-09-03 20:53:27 +00:00
parent acb5e8bc8c
commit f93076acb0
3 changed files with 7 additions and 1 deletions

1
.gitattributes vendored
View File

@ -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

View 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.

View File

@ -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.