the editor unindents now on pressing }. have fun!
- fixed bugs... lalala - updated debug-list - fixed comment-bug - now final edition...
This commit is contained in:
parent
76505f172a
commit
c2502626e6
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user