mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-01 00:15:10 +01:00
make sure to load language on startup
This commit is contained in:
parent
cc03aabd8d
commit
ce5c2b3743
@ -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
|
||||
{
|
||||
|
@ -776,6 +776,7 @@ bool LoadPrefs()
|
||||
if(prefFound)
|
||||
FixInvalidSettings();
|
||||
|
||||
ResetText();
|
||||
return prefFound;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user