(svn r21557) -Change: close the query windows when changing the language as often the strings are partly translated, which causes trouble in some cases

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
rubidium 14 years ago
parent ee87c91e05
commit c874040636

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

Loading…
Cancel
Save