Changeset 66 for tags/1.1.0/UContact.pas


Ignore:
Timestamp:
Dec 10, 2021, 12:17:46 AM (2 years ago)
Author:
chronos
Message:
  • Fixed: Missing Version field definition causing error in contacts generation form.
  • Fixed: Default profile image location detection under Linux.
  • Fixed: Languages were not loaded in snap and deb Linux packages.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/1.1.0/UContact.pas

    r63 r66  
    174174  SContactHasNoParent = 'Contact has no parent';
    175175  SExpectedProperty = 'Expected contact property';
     176  SVersion = 'Version';
    176177  SLastName = 'Last Name';
    177178  SFirstName = 'First Name';
     
    978979begin
    979980  with Fields do begin
     981    AddNew('VERSION', [], [], SVersion, cfVersion, dtString);
    980982    AddNew('N', [], [], SLastName, cfLastName, dtString, 0);
    981983    AddNew('N', [], [], SFirstName, cfFirstName, dtString, 1);
Note: See TracChangeset for help on using the changeset viewer.