From e8dbcf90430610e2f19aeb3b764d9e8809c8f3ea Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 12 Feb 2012 10:32:41 +0000 Subject: (svn r23932) -Codechange: split the NewGRF text window into its own source files --- src/window_type.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/window_type.h') 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, /** -- cgit v1.2.3-54-g00ecf