Changeset - r11856:c00d3fa7279c
[Not reviewed]
master
0 1 0
alberth - 15 years ago 2009-05-09 08:02:17
alberth@openttd.org
(svn r16255) -Fix [FS#2887] (r16237): Nested widgets of client list window used incorrect length.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/network/network_gui.cpp
Show inline comments
 
@@ -1717,7 +1717,7 @@ static const WindowDesc _client_list_des
 
	WDP_AUTO, WDP_AUTO, 250, 1, 250, 1,
 
	WC_CLIENT_LIST, WC_NONE,
 
	WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_STICKY_BUTTON,
 
	_client_list_widgets, _nested_client_list_widgets, lengthof(_client_list_widgets)
 
	_client_list_widgets, _nested_client_list_widgets, lengthof(_nested_client_list_widgets)
 
);
 

	
 
/* Finds the Xth client-info that is active */
0 comments (0 inline, 0 general)