summaryrefslogtreecommitdiff
path: root/src/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/town_widget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/town_widget.h b/src/widgets/town_widget.h
index 2559423ce..e5ac66184 100644
--- a/src/widgets/town_widget.h
+++ b/src/widgets/town_widget.h
@@ -16,6 +16,7 @@
enum TownDirectoryWidgets {
WID_TD_SORT_ORDER, ///< Direction of sort dropdown.
WID_TD_SORT_CRITERIA, ///< Criteria of sort dropdown.
+ WID_TD_FILTER, ///< Filter of name.
WID_TD_LIST, ///< List of towns.
WID_TD_SCROLLBAR, ///< Scrollbar for the town list.
WID_TD_WORLD_POPULATION, ///< The world's population.