File diff r13553:fe51d1a866c1 → r13554:d1964ead02ee
src/main_gui.cpp
Show inline comments
 
@@ -200,13 +200,13 @@ static const struct NWidgetPart _nested_
 
};
 

	
 
static const WindowDesc _main_window_desc(
 
	0, 0, 0, 0, 0, 0,
 
	WC_MAIN_WINDOW, WC_NONE,
 
	0,
 
	NULL, _nested_main_window_widgets, lengthof(_nested_main_window_widgets)
 
	_nested_main_window_widgets, lengthof(_nested_main_window_widgets)
 
);
 

	
 
struct MainWindow : Window
 
{
 
	MainWindow() : Window()
 
	{