(svn r8511) -Codechange: make WindowClass an enumerated value.
This commit is contained in:
@@ -163,7 +163,7 @@ static const Widget _subsidies_list_widgets[] = {
|
||||
|
||||
static const WindowDesc _subsidies_list_desc = {
|
||||
WDP_AUTO, WDP_AUTO, 630, 127,
|
||||
WC_SUBSIDIES_LIST,0,
|
||||
WC_SUBSIDIES_LIST, WC_NONE,
|
||||
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_STICKY_BUTTON,
|
||||
_subsidies_list_widgets,
|
||||
SubsidiesListWndProc
|
||||
|
Reference in New Issue
Block a user