Fix language bug

Signed-off-by: Victor Kustov <ktrace@yandex.ru>
pull/1411/head
Victor Kustov 2023-09-19 02:17:35 +03:00 committed by Paul Kahler
parent e6565c8118
commit 1919a18916
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ void GraphicsWindow::PopulateMainMenu() {
SS.UpdateWindowTitles(); SS.UpdateWindowTitles();
PopulateMainMenu(); PopulateMainMenu();
EnsureValidActives(); SS.GW.EnsureValidActives();
}); });
} }
} else if(Menu[i].fn == NULL) { } else if(Menu[i].fn == NULL) {