Changeset 335 for trunk/Core.lfm
- Timestamp:
- Sep 7, 2024, 11:53:58 AM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Core.lfm
r328 r335 43 43 ShortCut = 16466 44 44 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 51 50 end 52 51 object AGameSaveAs: TAction … … 63 62 OnExecute = AGameLoadExecute 64 63 ShortCut = 16463 64 end 65 object ASettings: TAction 66 Caption = 'Settings' 67 Hint = 'Application settings' 68 ImageIndex = 6 69 OnExecute = ASettingsExecute 70 ShortCut = 120 65 71 end 66 72 object AAbout: TAction … … 90 96 ImageIndex = 15 91 97 OnExecute = APlayersStatsExecute 92 end93 object AGameSave: TAction94 Category = 'Game'95 Caption = 'Save'96 ImageIndex = 1197 OnExecute = AGameSaveExecute98 98 end 99 99 object AShowKeyShortcuts: TAction
Note:
See TracChangeset
for help on using the changeset viewer.