(svn r23273) -Codechange: allow passing a MissingGlyphSearcher to CheckForMissingGlyphs (default to the language pack strings)
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user