From b725913f3b57110e18114f1f316e810d1d807e35 Mon Sep 17 00:00:00 2001 From: frosch Date: Fri, 18 Nov 2011 13:05:55 +0000 Subject: (svn r23248) -Codechange: Rename everything related to the NewGRF 'readme' to 'textfile', so it is more generic. --- src/window_type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/window_type.h') diff --git a/src/window_type.h b/src/window_type.h index b003cfea8..e6e1da192 100644 --- a/src/window_type.h +++ b/src/window_type.h @@ -112,7 +112,7 @@ enum WindowClass { WC_INDUSTRY_CARGOES, WC_GRF_PARAMETERS, WC_BUILD_OBJECT, - WC_NEWGRF_README, + WC_NEWGRF_TEXTFILE, WC_INVALID = 0xFFFF }; -- cgit v1.2.3-54-g00ecf