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;
|
function InstallTime: String;
|
||||||
begin
|
begin
|
||||||
Result := TimeToStr(Now - StartTime);
|
Result := FormatDateTime('HH:MM:SS', Now - StartTime);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure AddStatus(Text: String; Color: TColor; ShowTime: Boolean = True);
|
procedure AddStatus(Text: String; Color: TColor; ShowTime: Boolean = True);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user