summaryrefslogtreecommitdiff
path: root/src/industry_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-08-01 23:08:11 +0000
committerrubidium <rubidium@openttd.org>2008-08-01 23:08:11 +0000
commitd67ef3573c4d126ff660c1141d3d12fff5001c84 (patch)
tree4a6e3f628564d60428188f203538c77e5247c923 /src/industry_gui.cpp
parent862ba192791c732a24652c3fcc68a539da435690 (diff)
downloadopenttd-d67ef3573c4d126ff660c1141d3d12fff5001c84.tar.xz
(svn r13917) -Fix [FS#2178]: wrong tooltip for the industry directory's list.
Diffstat (limited to 'src/industry_gui.cpp')
-rw-r--r--src/industry_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/industry_gui.cpp b/src/industry_gui.cpp
index 44f0093e9..1dacf0043 100644
--- a/src/industry_gui.cpp
+++ b/src/industry_gui.cpp
@@ -711,7 +711,7 @@ static const Widget _industry_directory_widgets[] = {
{ WWT_DROPDOWN, RESIZE_NONE, COLOUR_BROWN, 81, 243, 14, 25, 0x0, STR_SORT_CRITERIA_TIP}, // IDW_DROPDOWN_CRITERIA
{ WWT_PANEL, RESIZE_RIGHT, COLOUR_BROWN, 244, 415, 14, 25, 0x0, STR_NULL}, // IDW_SPACER
-{ WWT_PANEL, RESIZE_RB, COLOUR_BROWN, 0, 415, 26, 189, 0x0, STR_200A_TOWN_NAMES_CLICK_ON_NAME}, // IDW_INDUSRTY_LIST
+{ WWT_PANEL, RESIZE_RB, COLOUR_BROWN, 0, 415, 26, 189, 0x0, STR_INDUSTRYDIR_LIST_CAPTION}, // IDW_INDUSRTY_LIST
{ WWT_SCROLLBAR, RESIZE_LRB, COLOUR_BROWN, 416, 427, 14, 177, 0x0, STR_0190_SCROLL_BAR_SCROLLS_LIST}, // IDW_SCROLLBAR
{ WWT_RESIZEBOX, RESIZE_LRTB, COLOUR_BROWN, 416, 427, 178, 189, 0x0, STR_RESIZE_BUTTON}, // IDW_RESIZE
{ WIDGETS_END},