diff src/main_gui.cpp @ 13564:bae287664b02 draft

(svn r18086) -Codechange: remove 'widget' from WindowDesc
author rubidium <rubidium@openttd.org>
date Sun, 15 Nov 2009 10:26:01 +0000 (2009-11-15)
parents bc21e507dd03
children 2123810ad874
line wrap: on
line diff
--- a/src/main_gui.cpp
+++ b/src/main_gui.cpp
@@ -203,7 +203,7 @@
 	0, 0, 0, 0, 0, 0,
 	WC_MAIN_WINDOW, WC_NONE,
 	0,
-	NULL, _nested_main_window_widgets, lengthof(_nested_main_window_widgets)
+	_nested_main_window_widgets, lengthof(_nested_main_window_widgets)
 );
 
 struct MainWindow : Window