From c2502626e66dc02bb349ccb65912016d6df66ea8 Mon Sep 17 00:00:00 2001 From: Christian Hammacher Date: Sun, 24 Jul 2005 19:27:36 +0000 Subject: [PATCH] the editor unindents now on pressing }. have fun! - fixed bugs... lalala - updated debug-list - fixed comment-bug - now final edition... --- installer/installer/UnitInstall.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/installer/UnitInstall.pas b/installer/installer/UnitInstall.pas index e86c6ebf..968e6558 100755 --- a/installer/installer/UnitInstall.pas +++ b/installer/installer/UnitInstall.pas @@ -36,7 +36,7 @@ uses UnitfrmMain, UnitfrmProxy, UnitFunctions, UnitScanMods; function InstallTime: String; begin - Result := TimeToStr(Now - StartTime); + Result := FormatDateTime('HH:MM:SS', Now - StartTime); end; procedure AddStatus(Text: String; Color: TColor; ShowTime: Boolean = True);