(svn r26805) -Feature: Allow hiding of non-interesting engines in the autoreplace GUI.

This commit is contained in:
alberth
2014-09-07 16:14:38 +00:00
parent a49744b50c
commit b4a87e7f45
4 changed files with 37 additions and 6 deletions

View File

@@ -925,6 +925,7 @@ public:
/* Sort dropdown at the right. */
WID_RV_SORT_ASSENDING_DESCENDING = ::WID_RV_SORT_ASSENDING_DESCENDING, ///< Ascending/descending sort order button.
WID_RV_SHOW_HIDDEN_ENGINES = ::WID_RV_SHOW_HIDDEN_ENGINES, ///< Toggle whether to display the hidden vehicles.
WID_RV_SORT_DROPDOWN = ::WID_RV_SORT_DROPDOWN, ///< Dropdown for the sort criteria.
/* Left and right matrix + details. */