Changeset 335 for trunk/Core.lfm


Ignore:
Timestamp:
Sep 7, 2024, 11:53:58 AM (12 days ago)
Author:
chronos
Message:
  • Modified: End turn with space key.
  • Modified: Code cleanup.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Core.lfm

    r328 r335  
    4343      ShortCut = 16466
    4444    end
    45     object ASettings: TAction
    46       Caption = 'Settings'
    47       Hint = 'Application settings'
    48       ImageIndex = 6
    49       OnExecute = ASettingsExecute
    50       ShortCut = 120
     45    object AGameSave: TAction
     46      Category = 'Game'
     47      Caption = 'Save'
     48      ImageIndex = 11
     49      OnExecute = AGameSaveExecute
    5150    end
    5251    object AGameSaveAs: TAction
     
    6362      OnExecute = AGameLoadExecute
    6463      ShortCut = 16463
     64    end
     65    object ASettings: TAction
     66      Caption = 'Settings'
     67      Hint = 'Application settings'
     68      ImageIndex = 6
     69      OnExecute = ASettingsExecute
     70      ShortCut = 120
    6571    end
    6672    object AAbout: TAction
     
    9096      ImageIndex = 15
    9197      OnExecute = APlayersStatsExecute
    92     end
    93     object AGameSave: TAction
    94       Category = 'Game'
    95       Caption = 'Save'
    96       ImageIndex = 11
    97       OnExecute = AGameSaveExecute
    9898    end
    9999    object AShowKeyShortcuts: TAction
Note: See TracChangeset for help on using the changeset viewer.