Ignore:
Timestamp:
Jul 12, 2016, 5:56:39 PM (8 years ago)
Author:
chronos
Message:
  • Fixed: Load also acronym description.
  • Added: Interface icons.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormImportFormats.lfm

    r22 r30  
    3737    object AAdd: TAction
    3838      Caption = 'Add'
     39      ImageIndex = 0
    3940      OnExecute = AAddExecute
    4041      ShortCut = 45
     
    4243    object ARemove: TAction
    4344      Caption = 'Remove'
     45      ImageIndex = 4
    4446      OnExecute = ARemoveExecute
    4547      ShortCut = 46
     
    4749    object AModify: TAction
    4850      Caption = 'Modify'
     51      ImageIndex = 3
    4952      OnExecute = AModifyExecute
    5053      ShortCut = 13
Note: See TracChangeset for help on using the changeset viewer.