New users have system language chosen instead of english
This commit is contained in:
parent
8c4ee64111
commit
ac7deb340c
|
@ -125,6 +125,8 @@ void UsersDialog::OnNewUser()
|
|||
}
|
||||
|
||||
_kiss->NewUser(name);
|
||||
// Set preference to system language
|
||||
_kiss->SetLanguage(_wxUI->_language);
|
||||
_kiss->LoadUser(name);
|
||||
|
||||
close();
|
||||
|
|
Loading…
Reference in New Issue
Block a user