mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=8858
This commit is contained in:
parent
2482c3b828
commit
10c124d5e4
|
@ -13621,6 +13621,10 @@ Rom 7 Nov 2005
|
||||||
client/win/
|
client/win/
|
||||||
hostinfo_win.cpp
|
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
|
Charlie 7 nov 2005
|
||||||
- Mac: update scripts to be compatible with XCode 2.1 as well as 1.x.
|
- Mac: update scripts to be compatible with XCode 2.1 as well as 1.x.
|
||||||
|
|
||||||
|
|
|
@ -912,6 +912,7 @@ void CMainFrame::OnSelectComputer(wxCommandEvent& WXUNUSED(event)) {
|
||||||
wxString strPassword = wxEmptyString;
|
wxString strPassword = wxEmptyString;
|
||||||
if (wxEmptyString == pDlg->m_ComputerNameCtrl->GetValue()) {
|
if (wxEmptyString == pDlg->m_ComputerNameCtrl->GetValue()) {
|
||||||
pDoc->m_pNetworkConnection->GetLocalPassword(strPassword);
|
pDoc->m_pNetworkConnection->GetLocalPassword(strPassword);
|
||||||
|
pDlg->m_ComputerNameCtrl->SetValue(wxT("localhost"));
|
||||||
pDlg->m_ComputerPasswordCtrl->SetValue(strPassword);
|
pDlg->m_ComputerPasswordCtrl->SetValue(strPassword);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue