From 46ae89b7f4e16621edce5d5a90bd6f8f6b1defb9 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Fri, 11 Mar 2011 12:34:59 +0000 Subject: [PATCH] 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 --- clientgui/WizardAttach.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clientgui/WizardAttach.cpp b/clientgui/WizardAttach.cpp index 1c1f5cc18b..65bb59715c 100644 --- a/clientgui/WizardAttach.cpp +++ b/clientgui/WizardAttach.cpp @@ -112,7 +112,7 @@ bool CWizardAttach::Create( wxWindow* parent, wxWindowID id, const wxString& /* m_ErrAlreadyExistsPage = NULL; m_ErrProxyInfoPage = NULL; m_ErrProxyPage = NULL; - m_ErrUnavailablePage = NULL; + m_ErrUserDisagreesPage = NULL; ////@end CWizardAttach member initialisation // Cancel Checking