New users have system language chosen instead of english

This commit is contained in:
Grégory Soutadé 2012-04-27 20:44:33 +02:00
parent 8c4ee64111
commit ac7deb340c
1 changed files with 2 additions and 0 deletions

View File

@ -125,6 +125,8 @@ void UsersDialog::OnNewUser()
}
_kiss->NewUser(name);
// Set preference to system language
_kiss->SetLanguage(_wxUI->_language);
_kiss->LoadUser(name);
close();