forked from mirror/OpenTTD
(svn r15338) -Fix [FS#2598]: close all construction related windows whenever changing company.
This commit is contained in:
@@ -332,7 +332,7 @@ static const Widget _query_sign_edit_widgets[] = {
|
||||
static const WindowDesc _query_sign_edit_desc = {
|
||||
190, 170, 260, 42, 260, 42,
|
||||
WC_QUERY_STRING, WC_NONE,
|
||||
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET,
|
||||
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_CONSTRUCTION,
|
||||
_query_sign_edit_widgets,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user