GUI: Fix WindowDesc inikey issues

This commit is contained in:
Jonathan G Rennison
2023-12-13 19:02:55 +00:00
parent 15ed39b5ac
commit 527742d585
4 changed files with 6 additions and 6 deletions

View File

@@ -67,7 +67,7 @@ static const NWidgetPart _nested_departures_list[] = {
};
static WindowDesc _departures_desc(__FILE__, __LINE__,
WDP_AUTO, nullptr, 260, 246,
WDP_AUTO, "depatures", 260, 246,
WC_DEPARTURES_BOARD, WC_NONE,
0,
std::begin(_nested_departures_list), std::end(_nested_departures_list)