(svn r15338) -Fix [FS#2598]: close all construction related windows whenever changing company.

This commit is contained in:
rubidium
2009-02-04 16:59:41 +00:00
parent b6e6be58da
commit ac7757324e
24 changed files with 64 additions and 43 deletions

View File

@@ -174,7 +174,7 @@ static const Widget _build_trees_widgets[] = {
static const WindowDesc _build_trees_desc = {
WDP_AUTO, WDP_AUTO, 143, 184, 143, 184,
WC_BUILD_TREES, WC_NONE,
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET,
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_CONSTRUCTION,
_build_trees_widgets,
};