src/console.cpp
changeset 6144 5a0ffbf27ced
parent 5860 7fdc9b423ba1
child 6235 5077e6ed3788
child 6449 e520244dc71e
--- a/src/console.cpp	Thu Feb 01 14:29:06 2007 +0000
+++ b/src/console.cpp	Thu Feb 01 15:49:12 2007 +0000
@@ -199,7 +199,7 @@
 
 static const WindowDesc _iconsole_window_desc = {
 	0, 0, 2, 2,
-	WC_CONSOLE, 0,
+	WC_CONSOLE, WC_NONE,
 	WDF_STD_TOOLTIPS | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS,
 	_iconsole_window_widgets,
 	IConsoleWndProc,