Import: Filter vehicles in company vehicles lists by cargo patch

https://www.tt-forums.net/viewtopic.php?p=1193133#p1193133
This commit is contained in:
patch-import
2017-10-16 19:36:24 +01:00
committed by Jonathan G Rennison
parent 86a9438070
commit b1613a24f0
3 changed files with 104 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ enum GroupListWidgets {
WID_GL_CAPTION, ///< Caption of the window.
WID_GL_SORT_BY_ORDER, ///< Sort order.
WID_GL_SORT_BY_DROPDOWN, ///< Sort by dropdown list.
WID_GL_FILTER_BY_CARGO, ///< Filter vehicled by cargo type.
WID_GL_LIST_VEHICLE, ///< List of the vehicles.
WID_GL_LIST_VEHICLE_SCROLLBAR, ///< Scrollbar for the list.
WID_GL_AVAILABLE_VEHICLES, ///< Available vehicles.