(svn r25290) -Add: Assign string names to notable windows.

This commit is contained in:
frosch
2013-05-26 19:25:01 +00:00
parent aecb5c30ed
commit 16feb5c4e9
56 changed files with 142 additions and 140 deletions

View File

@@ -690,7 +690,7 @@ static const NWidgetPart _nested_timetable_widgets[] = {
};
static WindowDesc _timetable_desc(
WDP_AUTO, 400, 130,
WDP_AUTO, "view_vehicle_timetable", 400, 130,
WC_VEHICLE_TIMETABLE, WC_VEHICLE_VIEW,
WDF_CONSTRUCTION,
_nested_timetable_widgets, lengthof(_nested_timetable_widgets)