File diff r23496:661d21df67d7 → r23497:a0ab44ebd2fa
src/newgrf_gui.cpp
Show inline comments
 
@@ -547,13 +547,13 @@ struct NewGRFTextfileWindow : public Tex
 
	NewGRFTextfileWindow(TextfileType file_type, const GRFConfig *c) : TextfileWindow(file_type), grf_config(c)
 
	{
 
		const char *textfile = this->grf_config->GetTextfile(file_type);
 
		this->LoadTextfile(textfile, NEWGRF_DIR);
 
	}
 

	
 
	/* virtual */ void SetStringParameters(int widget) const
 
	void SetStringParameters(int widget) const override
 
	{
 
		if (widget == WID_TF_CAPTION) {
 
			SetDParam(0, STR_CONTENT_TYPE_NEWGRF);
 
			SetDParamStr(1, this->grf_config->GetName());
 
		}
 
	}