File diff r13553:fe51d1a866c1 → r13554:d1964ead02ee
src/waypoint_gui.cpp
Show inline comments
 
@@ -145,7 +145,7 @@ static const WindowDesc _waypoint_view_d
 
	WDP_AUTO, WDP_AUTO, 260, 118, 260, 118,
 
	WC_WAYPOINT_VIEW, WC_NONE,
 
	WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS | WDF_STICKY_BUTTON,
 
	NULL, _nested_waypoint_view_widgets, lengthof(_nested_waypoint_view_widgets)
 
	_nested_waypoint_view_widgets, lengthof(_nested_waypoint_view_widgets)
 
);
 

	
 
void ShowWaypointWindow(const Waypoint *wp)