summaryrefslogtreecommitdiff
path: root/src/industry_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-02-10 20:20:18 +0000
committerrubidium <rubidium@openttd.org>2010-02-10 20:20:18 +0000
commit0072503496b45fc1861f3050f0df05bd52b17679 (patch)
tree55485bb89344e9631b99471730690481129359f9 /src/industry_gui.cpp
parent1aee53ef6c944018381018e2e45f71bf6258183e (diff)
downloadopenttd-0072503496b45fc1861f3050f0df05bd52b17679.tar.xz
(svn r19087) -Codechange: some typos in StringIDs
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 e5902c490..e5848dbd1 100644
--- a/src/industry_gui.cpp
+++ b/src/industry_gui.cpp
@@ -843,7 +843,7 @@ static const NWidgetPart _nested_industry_directory_widgets[] = {
NWidget(NWID_VERTICAL),
NWidget(NWID_HORIZONTAL),
NWidget(WWT_TEXTBTN, COLOUR_BROWN, IDW_DROPDOWN_ORDER), SetDataTip(STR_BUTTON_SORT_BY, STR_TOOLTIP_SORT_ORDER),
- NWidget(WWT_DROPDOWN, COLOUR_BROWN, IDW_DROPDOWN_CRITERIA), SetDataTip(STR_JUST_STRING, STR_TOOLTIP_SORT_CRITERIAP),
+ NWidget(WWT_DROPDOWN, COLOUR_BROWN, IDW_DROPDOWN_CRITERIA), SetDataTip(STR_JUST_STRING, STR_TOOLTIP_SORT_CRITERIA),
NWidget(WWT_PANEL, COLOUR_BROWN), SetResize(1, 0), EndContainer(),
EndContainer(),
NWidget(WWT_PANEL, COLOUR_BROWN, IDW_INDUSTRY_LIST), SetDataTip(0x0, STR_INDUSTRY_DIRECTORY_LIST_CAPTION), SetResize(1, 1), EndContainer(),