changeset 8505:1a32b4c9019b draft

(svn r12080) -Fix: update waypoint signs when changing language
author glx <glx@openttd.org>
date Thu, 07 Feb 2008 16:17:00 +0000
parents 6daa6c45197c
children 85399f57c666
files src/settings_gui.cpp
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;