fppkg: fix typos that break compilation. Issue #32298, patch from Péter Gábor.

git-svn-id: trunk@55711 -
This commit is contained in:
juha 2017-08-20 08:28:53 +00:00
parent ffa9234eee
commit 39cf5781b5
2 changed files with 2 additions and 2 deletions

View File

@ -210,7 +210,7 @@ begin
Prefix:=SCommand;
llDebug :
Prefix:=SDebug;
llProgres :
llProgress :
Prefix:=SProgress
else
Prefix := '';

View File

@ -307,7 +307,7 @@ begin
if Checked[Items.IndexOf('Debug')] then
LazPkgOptions.Verbosity := LazPkgOptions.Verbosity + [llDebug];
if Checked[Items.IndexOf('Progress')] then
LazPkgOptions.Verbosity := LazPkgOptions.Verbosity + [llProgres];
LazPkgOptions.Verbosity := LazPkgOptions.Verbosity + [llProgress];
end;
Close;