(svn r23273) -Codechange: allow passing a MissingGlyphSearcher to CheckForMissingGlyphs (default to the language pack strings)

This commit is contained in:
rubidium
2011-11-20 11:52:11 +00:00
parent 2075bc702c
commit 0a4a75b0af
5 changed files with 12 additions and 9 deletions

View File

@@ -495,7 +495,7 @@ struct GameOptionsWindow : Window {
case GOW_LANG_DROPDOWN: // Change interface language
ReadLanguagePack(&_languages[index]);
DeleteWindowByClass(WC_QUERY_STRING);
CheckForMissingGlyphsInLoadedLanguagePack();
CheckForMissingGlyphs();
UpdateAllVirtCoords();
ReInitAllWindows();
break;