mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-17 11:39:11 +00:00
(svn r18086) -Codechange: remove 'widget' from WindowDesc
This commit is contained in:
@@ -394,7 +394,7 @@ static const WindowDesc _osk_desc(
|
||||
WDP_CENTER, WDP_CENTER, 256, 140, 256, 140,
|
||||
WC_OSK, WC_NONE,
|
||||
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS,
|
||||
NULL, _nested_osk_widgets, lengthof(_nested_osk_widgets)
|
||||
_nested_osk_widgets, lengthof(_nested_osk_widgets)
|
||||
);
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user