Changeset 108 for trunk/Core.lfm


Ignore:
Timestamp:
Dec 10, 2024, 12:06:43 AM (5 weeks ago)
Author:
chronos
Message:
  • Added: Tools - Score menu action to show history of previously played games with score information.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Core.lfm

    r95 r108  
    21332133      Caption = 'Moves history'
    21342134      OnExecute = AHistoryExecute
     2135      ShortCut = 117
    21352136    end
    21362137    object ARestart: TAction
     
    21382139      OnExecute = ARestartExecute
    21392140      ShortCut = 16466
     2141    end
     2142    object AScore: TAction
     2143      Caption = 'Score'
     2144      OnExecute = AScoreExecute
     2145      ShortCut = 116
    21402146    end
    21412147  end
Note: See TracChangeset for help on using the changeset viewer.