~ubuntu-branches/debian/sid/boinc/sid

« back to all changes in this revision

Viewing changes to clientgui/WizardAttach.cpp

  • Committer: Package Import Robot
  • Author(s): Steffen Moeller
  • Date: 2011-08-08 01:36:51 UTC
  • mfrom: (6.1.11 experimental)
  • Revision ID: package-import@ubuntu.com-20110808013651-m1hs3cltiveuteyn
Tags: 6.13.1+dfsg-2
* Bringing notify patch to unstable.
* Adjusted build dependency to libjpeg-dev (Closes: #641093)
* Further improvements on stripchart.

Show diffs side-by-side

added added

removed removed

Lines of Context:
426
426
            strReturnURL = wxURL::Unescape( wxString(return_url.c_str(), wxConvUTF8) );
427
427
 
428
428
            m_AccountInfoPage->SetAccountEmailAddress( strLogin );
 
429
            m_AccountInfoPage->SetAccountUsername( strLogin );
429
430
            m_AccountInfoPage->SetAccountPassword(
430
431
                wxString(_T("hash:")) +
431
432
                strPasswordHash
623
624
    // Page specific rules - Disable the validator(s)
624
625
    if (wxYES == iRetVal) {
625
626
        if ((page == m_ProjectInfoPage) || (page == m_AccountManagerInfoPage)) {
626
 
            m_ProjectInfoPage->m_pProjectUrlCtrl->SetValidator(wxDefaultValidator);
 
627
            m_ProjectInfoPage->m_pProjectURLCtrl->SetValidator(wxDefaultValidator);
627
628
        } else if (page == m_AccountInfoPage) {
628
629
            m_AccountInfoPage->m_pAccountEmailAddressCtrl->SetValidator(wxDefaultValidator);
629
630
            m_AccountInfoPage->m_pAccountPasswordCtrl->SetValidator(wxDefaultValidator);