Changeset 53 for trunk/UCore.pas
- Timestamp:
 - Dec 8, 2021, 2:02:17 PM (4 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/UCore.pas (modified) (3 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/UCore.pas
r52 r53 82 82 ReopenLastFileOnStart: Boolean; 83 83 LastContactTabIndex: Integer; 84 LastContactFileName: string; 84 85 ToolbarVisible: Boolean; 85 86 function GetProfileImage: TImage; … … 431 432 ReopenLastFileOnStart := ReadBoolWithDefault('ReopenLastFileOnStart', True); 432 433 LastContactTabIndex := ReadIntegerWithDefault('LastContactTabIndex', 0); 434 LastContactFileName := ReadStringWithDefault('LastContactFileName', ''); 433 435 finally 434 436 Free; … … 453 455 WriteBool('ReopenLastFileOnStart', ReopenLastFileOnStart); 454 456 WriteInteger('LastContactTabIndex', LastContactTabIndex); 457 WriteString('LastContactFileName', LastContactFileName); 455 458 finally 456 459 Free;  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  