Changeset 18 for trunk/UCore.pas


Ignore:
Timestamp:
Feb 28, 2018, 1:43:45 PM (6 years ago)
Author:
chronos
Message:
  • Added: From Find duplicities form it is possible to open the list of duplicit contacts for further modification/addition/removal.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UCore.pas

    r17 r18  
    181181    Contacts := TContactsFile(DataFile).Contacts;
    182182    ShowModal;
     183    FormContacts.ReloadList;
     184    FormMain.UpdateInterface;
    183185    Free;
    184186  end;
Note: See TracChangeset for help on using the changeset viewer.