summaryrefslogtreecommitdiff
path: root/town_gui.c
diff options
context:
space:
mode:
authordominik <dominik@openttd.org>2004-12-19 22:23:32 +0000
committerdominik <dominik@openttd.org>2004-12-19 22:23:32 +0000
commit110b410af4db2f76b8f0ee57803fd0eca00c7c15 (patch)
tree611166c23233675a7fec6a6a9c60133407c028b0 /town_gui.c
parent862370f2325898d8223824c3a9cc74e569e0b1e6 (diff)
downloadopenttd-110b410af4db2f76b8f0ee57803fd0eca00c7c15.tar.xz
(svn r1179) Fix: Tooltips for vehicle list sorting
This has gotta be the greatest kick for Moriarty!
Diffstat (limited to 'town_gui.c')
-rw-r--r--town_gui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/town_gui.c b/town_gui.c
index a5d1c3a8d..cabee1028 100644
--- a/town_gui.c
+++ b/town_gui.c
@@ -340,8 +340,8 @@ void ShowTownViewWindow(uint town)
static const Widget _town_directory_widgets[] = {
{ WWT_TEXTBTN, 13, 0, 10, 0, 13, STR_00C5, STR_018B_CLOSE_WINDOW},
{ WWT_CAPTION, 13, 11, 207, 0, 13, STR_2000_TOWNS, STR_018C_WINDOW_TITLE_DRAG_THIS},
-{ WWT_PUSHTXTBTN, 13, 0, 98, 14, 25, STR_SORT_BY_NAME, STR_SORT_TIP},
-{ WWT_PUSHTXTBTN, 13, 99, 196, 14, 25, STR_SORT_BY_POPULATION,STR_SORT_TIP},
+{ WWT_PUSHTXTBTN, 13, 0, 98, 14, 25, STR_SORT_BY_NAME, STR_SORT_ORDER_TIP},
+{ WWT_PUSHTXTBTN, 13, 99, 196, 14, 25, STR_SORT_BY_POPULATION,STR_SORT_ORDER_TIP},
{ WWT_IMGBTN, 13, 0, 196, 26, 189, 0x0, STR_200A_TOWN_NAMES_CLICK_ON_NAME},
{ WWT_SCROLLBAR, 13, 197, 207, 14, 189, 0x0, STR_0190_SCROLL_BAR_SCROLLS_LIST},
{ WIDGETS_END},