mirror of https://github.com/BOINC/boinc.git
Speculative fix for issue 5024
This commit is contained in:
parent
7d6cc3ae7e
commit
4dc55bffa8
|
@ -405,7 +405,7 @@ void CProjectProcessingPage::OnStateChange( CProjectProcessingPageEvent& WXUNUSE
|
|||
ai->email_addr = (const char*)pWA->GetAccountEmailAddress().mb_str();
|
||||
}
|
||||
ai->passwd = (const char*)pWA->GetAccountPassword().mb_str();
|
||||
ai->user_name = (const char*)::wxGetUserName().mb_str();
|
||||
ai->user_name = (const char*)::wxGetUserName().utf8_str();
|
||||
if (ai->user_name.empty()) {
|
||||
ai->user_name = (const char*)::wxGetUserId().mb_str();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue