Changeset - r15864:a2a0596dc3d4
[Not reviewed]
master
0 1 0
yexo - 14 years ago 2010-08-19 11:36:12
yexo@openttd.org
(svn r20556) -Fix (r20555): a tempory copy/pasted line ended up in the commit
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/ai/ai_gui.cpp
Show inline comments
 
@@ -1110,7 +1110,6 @@ static const NWidgetPart _nested_ai_debu
 
			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(),
0 comments (0 inline, 0 general)