Changeset - r25050:509036cdd2bd
[Not reviewed]
master
0 1 0
Patric Stout - 3 years ago 2021-03-13 14:09:09
truebrain@openttd.org
Codechange: we are not booing straps .. we are bootstrapping
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/bootstrap_gui.cpp
Show inline comments
 
@@ -120,7 +120,7 @@ public:
 
};
 

	
 
/** Nested widgets for the download window. */
 
static const NWidgetPart _nested_boostrap_download_status_window_widgets[] = {
 
static const NWidgetPart _nested_bootstrap_download_status_window_widgets[] = {
 
	NWidget(WWT_CAPTION, COLOUR_GREY), SetDataTip(STR_CONTENT_DOWNLOAD_TITLE, STR_TOOLTIP_WINDOW_TITLE_DRAG_THIS),
 
	NWidget(WWT_PANEL, COLOUR_GREY, WID_NCDS_BACKGROUND),
 
		NWidget(NWID_SPACER), SetMinimalSize(350, 0), SetMinimalTextLines(3, WD_FRAMERECT_TOP + WD_FRAMERECT_BOTTOM + 30),
 
@@ -132,7 +132,7 @@ static WindowDesc _bootstrap_download_st
 
	WDP_CENTER, nullptr, 0, 0,
 
	WC_NETWORK_STATUS_WINDOW, WC_NONE,
 
	WDF_MODAL,
 
	_nested_boostrap_download_status_window_widgets, lengthof(_nested_boostrap_download_status_window_widgets)
 
	_nested_bootstrap_download_status_window_widgets, lengthof(_nested_bootstrap_download_status_window_widgets)
 
);
 

	
 

	
0 comments (0 inline, 0 general)