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

    r27 r30  
    7777    object AAdd: TAction
    7878      Caption = 'Add'
     79      ImageIndex = 0
    7980      OnExecute = AAddExecute
    8081      ShortCut = 45
     
    8283    object AModify: TAction
    8384      Caption = 'Modify'
     85      ImageIndex = 3
    8486      OnExecute = AModifyExecute
    8587      ShortCut = 13
     
    8789    object ARemove: TAction
    8890      Caption = 'Remove'
     91      ImageIndex = 4
    8992      OnExecute = ARemoveExecute
    9093      ShortCut = 46
Note: See TracChangeset for help on using the changeset viewer.