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:
Christian Hammacher 2005-07-24 19:27:36 +00:00
parent 76505f172a
commit c2502626e6

View File

@ -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);