(svn r18086) -Codechange: remove 'widget' from WindowDesc

This commit is contained in:
rubidium
2009-11-15 10:26:01 +00:00
parent 1b72fa84e2
commit 3d2d7af88f
47 changed files with 130 additions and 150 deletions

View File

@@ -311,7 +311,7 @@ static const WindowDesc _cheats_desc(
240, 22, 0, 0, 0, 0,
WC_CHEATS, WC_NONE,
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS,
NULL, _nested_cheat_widgets, lengthof(_nested_cheat_widgets)
_nested_cheat_widgets, lengthof(_nested_cheat_widgets)
);