From b68f398cacbeff7adb49e2d9ac8f08ecbacd1c64 Mon Sep 17 00:00:00 2001 From: glx Date: Thu, 7 Feb 2008 16:17:00 +0000 Subject: [PATCH] (svn r12080) -Fix: update waypoint signs when changing language --- src/settings_gui.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp index 1c75e51f7e..939bee7cf7 100644 --- a/src/settings_gui.cpp +++ b/src/settings_gui.cpp @@ -24,6 +24,7 @@ #include "core/alloc_func.hpp" #include "string_func.h" #include "gfx_func.h" +#include "waypoint.h" #include "widgets/dropdown_type.h" #include "widgets/dropdown_func.h" @@ -301,6 +302,7 @@ static void GameOptionsWndProc(Window *w, WindowEvent *e) ReadLanguagePack(e->we.dropdown.index); CheckForMissingGlyphsInLoadedLanguagePack(); UpdateAllStationVirtCoord(); + UpdateAllWaypointSigns(); MarkWholeScreenDirty(); break;