mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-14 05:41:16 +02:00
fppkg: Fixed compilation
git-svn-id: trunk@58344 -
This commit is contained in:
parent
3cb265b009
commit
865c5a8753
@ -284,7 +284,7 @@ begin
|
||||
Checked[Items.IndexOf('Info')] := llInfo in LazPkgOptions.Verbosity;
|
||||
Checked[Items.IndexOf('Commands')] := llCommands in LazPkgOptions.Verbosity;
|
||||
Checked[Items.IndexOf('Debug')] := llDebug in LazPkgOptions.Verbosity;
|
||||
Checked[Items.IndexOf('Progress')] := llProgres in LazPkgOptions.Verbosity;
|
||||
Checked[Items.IndexOf('Progress')] := llProgress in LazPkgOptions.Verbosity;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user