(svn r25290) -Add: Assign string names to notable windows.
This commit is contained in:
@@ -799,14 +799,14 @@ public:
|
||||
|
||||
|
||||
static WindowDesc _other_group_desc(
|
||||
WDP_AUTO, 460, 246,
|
||||
WDP_AUTO, "list_groups", 460, 246,
|
||||
WC_INVALID, WC_NONE,
|
||||
0,
|
||||
_nested_group_widgets, lengthof(_nested_group_widgets)
|
||||
);
|
||||
|
||||
static WindowDesc _train_group_desc(
|
||||
WDP_AUTO, 525, 246,
|
||||
WDP_AUTO, "list_groups_train", 525, 246,
|
||||
WC_TRAINS_LIST, WC_NONE,
|
||||
0,
|
||||
_nested_group_widgets, lengthof(_nested_group_widgets)
|
||||
|
Reference in New Issue
Block a user