Skip to content

Commit 74aaae3

Browse files
committed
Automatic merge of T1.5.1-664-gd39447273 and 5 pull requests
- Pull request #839 at d00beb9: First phase of https://blueprints.launchpad.net/or/+spec/additional-cruise-control-parameters - Pull request #865 at 776d6df: Dispatcher window improvements - Pull request #874 at 86d58ff: Dynamic brake controller refactoring - Pull request #875 at 43bf33e: Bug fix for https://bugs.launchpad.net/or/+bug/2036346 Player train switching doesn't work with 3D cabs - Pull request #876 at f92de76: docs: add source for documents previously on website to source Documentation folder
7 parents 4eff1d0 + d394472 + d00beb9 + 776d6df + 86d58ff + 43bf33e + f92de76 commit 74aaae3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/Orts.Simulation/Simulation/Confirmer.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@ public Confirmer(Simulator simulator, double defaultDurationS)
215215
, new string [] { GetString("Firebox Door"), null, null, null, GetString("close"), GetString("open") }
216216
, new string [] { GetString("Firing Rate"), null, null, null, GetString("decrease"), GetString("increase") }
217217
, new string [] { GetString("Manual Firing"), GetString("off"), null, GetString("on") }
218-
, new string [] { GetString("Fire"), null, null, GetString("add shovel-full") }
219-
, new string [] { GetString("Cylinder Cocks"), GetString("close"), null, GetString("open") }
218+
, new string [] { GetString("Fire"), null, null, GetString("add shovel-full") }
219+
, new string [] { GetString("Cylinder Cocks"), GetString("close"), null, GetString("open") }
220220
, new string [] { GetString("SteamBooster"), null, null, null, GetString("decrease"), GetString("increase") }
221221
, new string [] { GetString("Cylinder Compound"), GetString("close"), null, GetString("open") }
222222
, new string [] { GetString("LargeEjector"), null, null, null, GetString("decrease"), GetString("increase") }

0 commit comments

Comments
 (0)