# HG changeset patch # User glx # Date 1202401020 0 # Node ID 1a32b4c9019bfe6e59335b35ab50af5bd2aab193 # Parent 6daa6c45197c849fdfe4b48a035790d78910d1b4 (svn r12080) -Fix: update waypoint signs when changing language diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp --- 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 @@ ReadLanguagePack(e->we.dropdown.index); CheckForMissingGlyphsInLoadedLanguagePack(); UpdateAllStationVirtCoord(); + UpdateAllWaypointSigns(); MarkWholeScreenDirty(); break;