summaryrefslogtreecommitdiff
path: root/src/ai
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2010-08-19 11:36:12 +0000
committeryexo <yexo@openttd.org>2010-08-19 11:36:12 +0000
commit381b14a1e9f60f7edd3e72d2b344b88ea1aa9748 (patch)
tree30bb2e3772734b95cf06bf29601b91325bd4ccaf /src/ai
parent44ba57bb7979fa40a043cca51f2991dca5c880a7 (diff)
downloadopenttd-381b14a1e9f60f7edd3e72d2b344b88ea1aa9748.tar.xz
(svn r20556) -Fix (r20555): a tempory copy/pasted line ended up in the commit
Diffstat (limited to 'src/ai')
-rw-r--r--src/ai/ai_gui.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ai/ai_gui.cpp b/src/ai/ai_gui.cpp
index 6b6042452..19f03590d 100644
--- a/src/ai/ai_gui.cpp
+++ b/src/ai/ai_gui.cpp
@@ -1110,7 +1110,6 @@ static const NWidgetPart _nested_ai_debug_widgets[] = {
NWidget(WWT_PANEL, COLOUR_GREY, AID_WIDGET_COMPANY_BUTTON_START + 13), SetMinimalSize(37, 13), SetResize(1, 0), SetDataTip(0x0, STR_AI_DEBUG_SELECT_AI_TOOLTIP),
EndContainer(),
NWidget(WWT_PANEL, COLOUR_GREY, AID_WIDGET_COMPANY_BUTTON_START + 14), SetMinimalSize(37, 13), SetResize(1, 0), SetDataTip(0x0, STR_AI_DEBUG_SELECT_AI_TOOLTIP),
-STR_AI_DEBUG_SELECT_AI_TOOLTIP :{BLACK}Select this company
EndContainer(),
NWidget(NWID_SPACER), SetMinimalSize(39, 0), SetResize(1, 0),
EndContainer(),