*** empty log message ***

svn path=/trunk/boinc/; revision=8858
This commit is contained in:
Rom Walton 2005-11-14 23:30:45 +00:00
parent 2482c3b828
commit 10c124d5e4
2 changed files with 5 additions and 0 deletions

View File

@ -13621,6 +13621,10 @@ Rom 7 Nov 2005
client/win/
hostinfo_win.cpp
Rom 7 Nov 2005 (stable)
- Tag for 5.2.7 release, all platforms
boinc_core_release_5_2_7
Charlie 7 nov 2005
- Mac: update scripts to be compatible with XCode 2.1 as well as 1.x.

View File

@ -912,6 +912,7 @@ void CMainFrame::OnSelectComputer(wxCommandEvent& WXUNUSED(event)) {
wxString strPassword = wxEmptyString;
if (wxEmptyString == pDlg->m_ComputerNameCtrl->GetValue()) {
pDoc->m_pNetworkConnection->GetLocalPassword(strPassword);
pDlg->m_ComputerNameCtrl->SetValue(wxT("localhost"));
pDlg->m_ComputerPasswordCtrl->SetValue(strPassword);
}