diff options
Diffstat (limited to 'src/widgets/autoreplace_widget.h')
-rw-r--r-- | src/widgets/autoreplace_widget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/autoreplace_widget.h b/src/widgets/autoreplace_widget.h index 940282ac8..b1afc8d75 100644 --- a/src/widgets/autoreplace_widget.h +++ b/src/widgets/autoreplace_widget.h @@ -18,6 +18,7 @@ enum ReplaceVehicleWidgets { /* Sort dropdown at the right. */ WID_RV_SORT_ASSENDING_DESCENDING, ///< Ascending/descending sort order button. + WID_RV_SHOW_HIDDEN_ENGINES, ///< Toggle whether to display the hidden vehicles. WID_RV_SORT_DROPDOWN, ///< Dropdown for the sort criteria. /* Left and right matrix + details. */ |