diff src/console_gui.cpp @ 13796:3e68f07eb821 draft

(svn r18322) -Codechange: remove the WDP duplication; no need to tell the same twice.
author rubidium <rubidium@openttd.org>
date Sat, 28 Nov 2009 14:42:35 +0000 (2009-11-28)
parents a998faa00d15
children fb4726ae5f67
line wrap: on
line diff
--- a/src/console_gui.cpp
+++ b/src/console_gui.cpp
@@ -158,7 +158,7 @@
 };
 
 static const WindowDesc _console_window_desc(
-	WDP_MANUAL, WDP_MANUAL, 0, 0,
+	WDP_MANUAL, 0, 0,
 	WC_CONSOLE, WC_NONE,
 	0,
 	_nested_console_window_widgets, lengthof(_nested_console_window_widgets)