mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-14 14:39:20 +02:00
fppkg: fix typos that break compilation. Issue #32298, patch from Péter Gábor.
git-svn-id: trunk@55711 -
This commit is contained in:
parent
ffa9234eee
commit
39cf5781b5
@ -210,7 +210,7 @@ begin
|
||||
Prefix:=SCommand;
|
||||
llDebug :
|
||||
Prefix:=SDebug;
|
||||
llProgres :
|
||||
llProgress :
|
||||
Prefix:=SProgress
|
||||
else
|
||||
Prefix := '';
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user