From 1919a18916f93ea12cea7db2d2f42c0c2b8e8e7d Mon Sep 17 00:00:00 2001 From: Victor Kustov Date: Tue, 19 Sep 2023 02:17:35 +0300 Subject: [PATCH] Fix language bug Signed-off-by: Victor Kustov --- src/graphicswin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graphicswin.cpp b/src/graphicswin.cpp index 6567625..29e5b7a 100644 --- a/src/graphicswin.cpp +++ b/src/graphicswin.cpp @@ -300,7 +300,7 @@ void GraphicsWindow::PopulateMainMenu() { SS.UpdateWindowTitles(); PopulateMainMenu(); - EnsureValidActives(); + SS.GW.EnsureValidActives(); }); } } else if(Menu[i].fn == NULL) {