File diff r23999:b45b5e31e9de → r24000:8ec2b7f19934
src/bootstrap_gui.cpp
Show inline comments
 
@@ -262,6 +262,6 @@ bool HandleBootstrap()
 

	
 
	/* Failure to get enough working to get a graphics set. */
 
failure:
 
	usererror("Failed to find a graphics set. Please acquire a graphics set for OpenTTD. See section 4.1 of README.md.");
 
	usererror("Failed to find a graphics set. Please acquire a graphics set for OpenTTD. See section 1.4 of README.md.");
 
	return false;
 
}