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/UFormImportSources.lfm

    r29 r30  
    4242    object AAdd: TAction
    4343      Caption = 'Add'
     44      ImageIndex = 0
    4445      OnExecute = AAddExecute
    4546      ShortCut = 45
     
    4748    object ARemove: TAction
    4849      Caption = 'Remove'
     50      ImageIndex = 4
    4951      OnExecute = ARemoveExecute
    5052      ShortCut = 46
     
    5254    object AModify: TAction
    5355      Caption = 'Modify'
     56      ImageIndex = 3
    5457      OnExecute = AModifyExecute
    5558      ShortCut = 13
Note: See TracChangeset for help on using the changeset viewer.