summaryrefslogtreecommitdiff
path: root/src/widgets
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2014-09-07 16:14:38 +0000
committeralberth <alberth@openttd.org>2014-09-07 16:14:38 +0000
commitb4a87e7f45d243b854c5138121e596d0f52511fc (patch)
treea1e3bbb227f3fe82a5982723a513d79a96f8e7ff /src/widgets
parenta49744b50cd11beb10936f4c079ef48d48b62d80 (diff)
downloadopenttd-b4a87e7f45d243b854c5138121e596d0f52511fc.tar.xz
(svn r26805) -Feature: Allow hiding of non-interesting engines in the autoreplace GUI.
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/autoreplace_widget.h1
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. */