ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/oup/_old_/Helper_LevelDB.pas
(Generate patch)

Comparing oup/current/Helper_LevelDB.pas (file contents):
Revision 81 by alloc, Sat Jan 13 16:20:05 2007 UTC vs.
Revision 85 by alloc, Sun Jan 14 14:23:22 2007 UTC

# Line 100 | Line 100 | begin
100    // FILE EXISTS CHECK FÜR DAT/RAW/SEP!!!
101    //
102  
103 +  timeformat.ShortTimeFormat := 'hh:nn:ss';
104    timeformat.LongTimeFormat := 'hh:nn:ss';
105    timeformat.TimeSeparator := ':';
106  
# Line 370 | Line 371 | begin
371      TOniDataDat(OniDataConnection).UnloadWhenUnused := False;
372    end;
373  
374 +  timeformat.LongTimeFormat := 'hh:nn:ss';
375 +  timeformat.ShortTimeFormat := 'hh:nn:ss';
376 +  timeformat.TimeSeparator := ':';
377 +
378    Self.Visible := True;
379    Form_Main.Visible := False;
380    step  := 0;
# Line 547 | Line 552 | begin
552    lbl_progress.Caption   := 'Files done: ' + IntToStr(progress.Max) + '/' +
553      IntToStr(progress.Max);
554  
550  timeformat.LongTimeFormat := 'hh:nn:ss';
551  timeformat.TimeSeparator := ':';
555    lbl_estimation.Caption := 'FINISHED (duration: ' + TimeToStr(Time - absolutebegintime, timeformat) + ')';
556  
557    DoStep('FIN');

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)