mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Verify checksum - log window colors #3
This commit is contained in:
parent
54a363d186
commit
9245c77c7e
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ begin
|
|||
begin
|
||||
seCheckSumVerify.Lines.BeginUpdate;
|
||||
try
|
||||
seCheckSumVerify.Lines.Add(rsCheckSumVerifyGeneral);
|
||||
seCheckSumVerify.Lines.AddObject(rsCheckSumVerifyGeneral, TObject(PtrInt(clWindowText)));
|
||||
aTotalCount:= Length(VerifyResult.Success) + Length(VerifyResult.ReadError) +
|
||||
Length(VerifyResult.Broken) + Length(VerifyResult.Missing);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue