diff --git a/src/vehicle_gui.cpp b/src/vehicle_gui.cpp index de0d0bf4a2..2d24088aed 100644 --- a/src/vehicle_gui.cpp +++ b/src/vehicle_gui.cpp @@ -2385,7 +2385,7 @@ struct VehicleDetailsWindow : Window { this->owner = v->owner; this->tab = TDW_TAB_CARGO; - if (v->type == VEH_TRAIN && _ctrl_pressed) this->tab = TDW_TAB_TOTALS; + if (v->type == VEH_TRAIN && _shift_pressed) this->tab = TDW_TAB_TOTALS; } ~VehicleDetailsWindow()