diff src/textfile_gui.cpp @ 19767:2a11204038e3 draft

(svn r24700) -Cleanup: Remove WDF_UNCLICK_BUTTONS and make it the default.
author frosch <frosch@openttd.org>
date Sun, 11 Nov 2012 16:10:43 +0000
parents b64f37b0e118
children cadf6aaa0573
line wrap: on
line diff
--- a/src/textfile_gui.cpp
+++ b/src/textfile_gui.cpp
@@ -45,7 +45,7 @@
 static const WindowDesc _textfile_desc(
 	WDP_CENTER, 630, 460,
 	WC_TEXTFILE, WC_NONE,
-	WDF_UNCLICK_BUTTONS,
+	0,
 	_nested_textfile_widgets, lengthof(_nested_textfile_widgets)
 );