make sure to load language on startup

This commit is contained in:
dborth 2010-01-29 00:58:31 +00:00
parent cc03aabd8d
commit ce5c2b3743
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@ void InfoPrompt(const char * msg);
void ShowAction (const char *msg);
void CancelAction();
void ShowProgress (const char *msg, int done, int total);
void ResetText();
enum
{

View File

@ -776,6 +776,7 @@ bool LoadPrefs()
if(prefFound)
FixInvalidSettings();
ResetText();
return prefFound;
}