diff options
author | rubidium <rubidium@openttd.org> | 2013-02-14 17:11:42 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2013-02-14 17:11:42 +0000 |
commit | 3d7860e0a5490b0f008a4abca024b94311593fc1 (patch) | |
tree | a125bbc0221f41ede17865e6416fa0b4801f3e66 /src/widgets/vehicle_widget.h | |
parent | ef8d491d8f86287249d5d2fa2c955e7c900d5570 (diff) | |
download | openttd-3d7860e0a5490b0f008a4abca024b94311593fc1.tar.xz |
(svn r24997) -Change: Use dropdown list to select between Default/Days/Percentage (peter1138)
Diffstat (limited to 'src/widgets/vehicle_widget.h')
-rw-r--r-- | src/widgets/vehicle_widget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/vehicle_widget.h b/src/widgets/vehicle_widget.h index ac9cf257b..a0902dab4 100644 --- a/src/widgets/vehicle_widget.h +++ b/src/widgets/vehicle_widget.h @@ -49,7 +49,7 @@ enum VehicleDetailsWidgets { WID_VD_TOP_DETAILS, ///< Panel with generic details. WID_VD_INCREASE_SERVICING_INTERVAL, ///< Increase the servicing interval. WID_VD_DECREASE_SERVICING_INTERVAL, ///< Decrease the servicing interval. - WID_VD_DEFAULT_SERVICING_INTERVAL, ///< Toggle default servicing interval. + WID_VD_SERVICE_INTERVAL_DROPDOWN, ///< Dropdown to select default/days/percent service interval. WID_VD_SERVICING_INTERVAL, ///< Information about the servicing interval. WID_VD_MIDDLE_DETAILS, ///< Details for non-trains. WID_VD_MATRIX, ///< List of details for trains. |