summaryrefslogtreecommitdiff
path: root/src/window_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2012-02-12 10:32:41 +0000
committerrubidium <rubidium@openttd.org>2012-02-12 10:32:41 +0000
commite8dbcf90430610e2f19aeb3b764d9e8809c8f3ea (patch)
tree8cca3b6ad3193e943cd0121ba465e5cedf268307 /src/window_type.h
parent0542e26460cf5da6fb4a3486ed9b515721bdb0bd (diff)
downloadopenttd-e8dbcf90430610e2f19aeb3b764d9e8809c8f3ea.tar.xz
(svn r23932) -Codechange: split the NewGRF text window into its own source files
Diffstat (limited to 'src/window_type.h')
-rw-r--r--src/window_type.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/window_type.h b/src/window_type.h
index e5a9f8503..e6643a818 100644
--- a/src/window_type.h
+++ b/src/window_type.h
@@ -179,9 +179,9 @@ enum WindowClass {
/**
* textfile; %Window numbers:
- * - 0 = #NewGRFTextfileWidgets
+ * - 0 = #TextfileWidgets
*/
- WC_NEWGRF_TEXTFILE,
+ WC_TEXTFILE,
/**