summaryrefslogtreecommitdiff
path: root/src/window_type.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2011-11-18 13:05:55 +0000
committerfrosch <frosch@openttd.org>2011-11-18 13:05:55 +0000
commitb725913f3b57110e18114f1f316e810d1d807e35 (patch)
tree9453f7a6328a47c9db0868be95fce48f7750f81d /src/window_type.h
parentb7b74ed7dc0e70cb2ce6931e71f5311600ec3a50 (diff)
downloadopenttd-b725913f3b57110e18114f1f316e810d1d807e35.tar.xz
(svn r23248) -Codechange: Rename everything related to the NewGRF 'readme' to 'textfile', so it is more generic.
Diffstat (limited to 'src/window_type.h')
-rw-r--r--src/window_type.h2
1 files changed, 1 insertions, 1 deletions
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
};