(svn r23248) -Codechange: Rename everything related to the NewGRF 'readme' to 'textfile', so it is more generic.

This commit is contained in:
frosch
2011-11-18 13:05:55 +00:00
parent b7b74ed7dc
commit b725913f3b
5 changed files with 62 additions and 60 deletions

View File

@@ -112,7 +112,7 @@ enum WindowClass {
WC_INDUSTRY_CARGOES,
WC_GRF_PARAMETERS,
WC_BUILD_OBJECT,
WC_NEWGRF_README,
WC_NEWGRF_TEXTFILE,
WC_INVALID = 0xFFFF
};