Skip to content

Commit 219e510

Browse files
RailDriver button 07 now also opens the enhanced Train Car Operations window
1 parent 310d2a4 commit 219e510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/ORTS.Settings/RailDriverSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ static RailDriverSettings()
6868
// Btn 04 Default Legend Station/Siding Names
6969
// Btn 05 Default Legend Car #
7070
DefaultUserCommands.Add(UserCommand.DisplaySwitchWindow, 6); // Btn 06 Default Legend Switching Drive Aids
71-
DefaultUserCommands.Add(UserCommand.DisplayTrainOperationsWindow, 7); // Btn 07 Default Legend Train Operations
71+
DefaultUserCommands.Add(UserCommand.DisplayTrainCarOperationsWindow, 7);// Btn 07 Default Legend Train Car Operations
7272
DefaultUserCommands.Add(UserCommand.DisplayNextStationWindow, 8); // Btn 08 Default Legend Next Station Window
7373
// Btn 09 Default Legend Ops Notebook
7474
// Btn 10 Default Legend Hide Drive Aids

0 commit comments

Comments
 (0)