diff options
author | yexo <yexo@openttd.org> | 2010-08-19 11:36:12 +0000 |
---|---|---|
committer | yexo <yexo@openttd.org> | 2010-08-19 11:36:12 +0000 |
commit | 381b14a1e9f60f7edd3e72d2b344b88ea1aa9748 (patch) | |
tree | 30bb2e3772734b95cf06bf29601b91325bd4ccaf | |
parent | 44ba57bb7979fa40a043cca51f2991dca5c880a7 (diff) | |
download | openttd-381b14a1e9f60f7edd3e72d2b344b88ea1aa9748.tar.xz |
(svn r20556) -Fix (r20555): a tempory copy/pasted line ended up in the commit
-rw-r--r-- | src/ai/ai_gui.cpp | 1 |
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(), |