summaryrefslogtreecommitdiff
path: root/src/widgets/autoreplace_widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/autoreplace_widget.h')
-rw-r--r--src/widgets/autoreplace_widget.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/widgets/autoreplace_widget.h b/src/widgets/autoreplace_widget.h
index a302eea29..940282ac8 100644
--- a/src/widgets/autoreplace_widget.h
+++ b/src/widgets/autoreplace_widget.h
@@ -16,6 +16,10 @@
enum ReplaceVehicleWidgets {
WID_RV_CAPTION, ///< Caption of the window.
+ /* Sort dropdown at the right. */
+ WID_RV_SORT_ASSENDING_DESCENDING, ///< Ascending/descending sort order button.
+ WID_RV_SORT_DROPDOWN, ///< Dropdown for the sort criteria.
+
/* Left and right matrix + details. */
WID_RV_LEFT_MATRIX, ///< The matrix on the left.
WID_RV_LEFT_SCROLLBAR, ///< The scrollbar for the matrix on the left.