From 15ec6e26f0ee98a3c8f53cdd7b146e3708467d18 Mon Sep 17 00:00:00 2001 From: alberth Date: Sun, 17 Mar 2013 15:41:40 +0000 Subject: (svn r25094) -Feature: Introduce dropdown for selecting the sort criterion in the town directory window (sbr) --- src/widgets/town_widget.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/widgets') 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. -- cgit v1.2.3-70-g09d2