Changeset 14 for trunk/UCore.lfm


Ignore:
Timestamp:
Feb 4, 2018, 2:01:05 PM (6 years ago)
Author:
chronos
Message:
  • Added: New File menu action Merge. It can merge multiple vcard files and update values for items with same full name.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UCore.lfm

    r8 r14  
    77  VerticalOffset = 428
    88  Width = 1020
    9   PPI = 120
    109  object ImageList1: TImageList
    1110    left = 200
     
    429428      OnExecute = ASettingsExecute
    430429    end
     430    object AFileMerge: TAction
     431      Category = 'File'
     432      Caption = 'Merge...'
     433      OnExecute = AFileMergeExecute
     434    end
    431435  end
    432436  object LastOpenedList1: TLastOpenedList
Note: See TracChangeset for help on using the changeset viewer.