From e067d4a4b87d2c4b4fa92f24d241a88cb8432e38 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 13 Jul 2009 22:33:25 +0000 Subject: (svn r16821) -Codechange: unify the naming of type::UpdateVirtCoord and UpdateAll[Type]VirtCoords. --- src/settings_gui.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/settings_gui.cpp') diff --git a/src/settings_gui.cpp b/src/settings_gui.cpp index 587a664a2..4098a94fa 100644 --- a/src/settings_gui.cpp +++ b/src/settings_gui.cpp @@ -321,8 +321,8 @@ struct GameOptionsWindow : Window { case GOW_LANG_DROPDOWN: // Change interface language ReadLanguagePack(index); CheckForMissingGlyphsInLoadedLanguagePack(); - UpdateAllStationVirtCoord(); - UpdateAllWaypointSigns(); + UpdateAllStationVirtCoords(); + UpdateAllWaypointVirtCoords(); ReInitAllWindows(); MarkWholeScreenDirty(); break; -- cgit v1.2.3-54-g00ecf