Changeset 85 for oup/current


Ignore:
Timestamp:
Jan 14, 2007, 3:23:22 PM (18 years ago)
Author:
alloc
Message:
 
Location:
oup/current
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • oup/current/Helper_LevelDB.pas

    r81 r85  
    101101  //
    102102
     103  timeformat.ShortTimeFormat := 'hh:nn:ss';
    103104  timeformat.LongTimeFormat := 'hh:nn:ss';
    104105  timeformat.TimeSeparator := ':';
     
    371372  end;
    372373
     374  timeformat.LongTimeFormat := 'hh:nn:ss';
     375  timeformat.ShortTimeFormat := 'hh:nn:ss';
     376  timeformat.TimeSeparator := ':';
     377
    373378  Self.Visible := True;
    374379  Form_Main.Visible := False;
     
    548553    IntToStr(progress.Max);
    549554
    550   timeformat.LongTimeFormat := 'hh:nn:ss';
    551   timeformat.TimeSeparator := ':';
    552555  lbl_estimation.Caption := 'FINISHED (duration: ' + TimeToStr(Time - absolutebegintime, timeformat) + ')';
    553556
Note: See TracChangeset for help on using the changeset viewer.