MGR: Add a new page to Attach Wizard to be displayed if the user rejects the Terms of Use

svn path=/trunk/boinc/; revision=23225
This commit is contained in:
Charlie Fenton 2011-03-11 12:34:59 +00:00
parent 79c83fb72e
commit 46ae89b7f4
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ bool CWizardAttach::Create( wxWindow* parent, wxWindowID id, const wxString& /*
m_ErrAlreadyExistsPage = NULL; m_ErrAlreadyExistsPage = NULL;
m_ErrProxyInfoPage = NULL; m_ErrProxyInfoPage = NULL;
m_ErrProxyPage = NULL; m_ErrProxyPage = NULL;
m_ErrUnavailablePage = NULL; m_ErrUserDisagreesPage = NULL;
////@end CWizardAttach member initialisation ////@end CWizardAttach member initialisation
// Cancel Checking // Cancel Checking