From 42fe0b65d2826aeef9866cbdccccb38884616ba2 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 4 Feb 2009 16:59:41 +0000 Subject: (svn r15338) -Fix [FS#2598]: close all construction related windows whenever changing company. --- src/order_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/order_gui.cpp') diff --git a/src/order_gui.cpp b/src/order_gui.cpp index a7a8dc5ce..b99892354 100644 --- a/src/order_gui.cpp +++ b/src/order_gui.cpp @@ -1274,7 +1274,7 @@ static const Widget _other_orders_widgets[] = { static const WindowDesc _other_orders_desc = { WDP_AUTO, WDP_AUTO, 386, 88, 386, 88, WC_VEHICLE_ORDERS, WC_VEHICLE_VIEW, - WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS | WDF_STICKY_BUTTON | WDF_RESIZABLE, + WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS | WDF_STICKY_BUTTON | WDF_RESIZABLE | WDF_CONSTRUCTION, _other_orders_widgets, }; -- cgit v1.2.3-54-g00ecf