Mercurial > hg > openttd
diff src/textfile_gui.cpp @ 20338:491ddf49f744 draft
(svn r25290) -Add: Assign string names to notable windows.
author | frosch <frosch@openttd.org> |
---|---|
date | Sun, 26 May 2013 19:25:01 +0000 |
parents | cadf6aaa0573 |
children | 63dba929ba42 |
line wrap: on
line diff
--- a/src/textfile_gui.cpp +++ b/src/textfile_gui.cpp @@ -43,7 +43,7 @@ /** Window definition for the textfile window */ static WindowDesc _textfile_desc( - WDP_CENTER, 630, 460, + WDP_CENTER, "textfile", 630, 460, WC_TEXTFILE, WC_NONE, 0, _nested_textfile_widgets, lengthof(_nested_textfile_widgets)