summaryrefslogtreecommitdiff
path: root/src/widgets
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2013-03-17 15:41:40 +0000
committeralberth <alberth@openttd.org>2013-03-17 15:41:40 +0000
commit15ec6e26f0ee98a3c8f53cdd7b146e3708467d18 (patch)
tree6a06f7426f12a99e8f42472ec00cc4eb6d4c27b0 /src/widgets
parentb09743f3e88ea87e0767390a1e6aeb481a7e59e7 (diff)
downloadopenttd-15ec6e26f0ee98a3c8f53cdd7b146e3708467d18.tar.xz
(svn r25094) -Feature: Introduce dropdown for selecting the sort criterion in the town directory window (sbr)
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/town_widget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/town_widget.h b/src/widgets/town_widget.h
index 2f2a97e6d..4f5443c36 100644
--- a/src/widgets/town_widget.h
+++ b/src/widgets/town_widget.h
@@ -14,8 +14,8 @@
/** Widgets of the #TownDirectoryWindow class. */
enum TownDirectoryWidgets {
- WID_TD_SORT_NAME, ///< Sort by town name.
- WID_TD_SORT_POPULATION, ///< Sort by town population.
+ WID_TD_SORT_ORDER, ///< Direction of sort dropdown.
+ WID_TD_SORT_CRITERIA, ///< Criteria of sort dropdown.
WID_TD_LIST, ///< List of towns.
WID_TD_SCROLLBAR, ///< Scrollbar for the town list.
WID_TD_WORLD_POPULATION, ///< The world's population.