File diff r13553:fe51d1a866c1 → r13554:d1964ead02ee
src/network/network_chat_gui.cpp
Show inline comments
 
@@ -546,7 +546,7 @@ static const WindowDesc _chat_window_des
 
	WDP_CENTER, 0, 320, 14, 640, 14, // x, y, width, height
 
	WC_SEND_NETWORK_MSG, WC_NONE,
 
	WDF_STD_TOOLTIPS | WDF_DEF_WIDGET,
 
	NULL, _nested_chat_window_widgets, lengthof(_nested_chat_window_widgets)
 
	_nested_chat_window_widgets, lengthof(_nested_chat_window_widgets)
 
);
 

	
 
void ShowNetworkChatQueryWindow(DestType type, int dest)