small fix

This commit is contained in:
Christian Hammacher 2006-09-11 16:56:25 +00:00
parent 14a068532f
commit 1c265733e1
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -797,7 +797,7 @@ begin
frmMain.ggeItem.Progress := 0;
end;
AddStatus('', clBlack, False);
AddStatus('Cleaning installation...', clBlack);
AddStatus('Cleaning installation...', clBlack, False);
DelTree(ExtractFilePath(ParamStr(0)) + 'temp');
AddDone;