mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=8345
This commit is contained in:
parent
c0b9abbcac
commit
43e4671f97
|
@ -12384,4 +12384,9 @@ Reinhard 29 Sept 2005
|
|||
- made '--enable-client-release' work as advertised [default=OFF!!]
|
||||
- make sure that only benchmark-sources have hardcoded -O3 applied to them.
|
||||
|
||||
|
||||
Rom 29 Sept 2005
|
||||
- Account not found page should show a finish button instead of a next
|
||||
button.
|
||||
|
||||
clientgui/wizards/
|
||||
WizardAttachProject.cpp
|
||||
|
|
|
@ -308,6 +308,7 @@ bool CWizardAttachProject::HasNextPage( wxWizardPageEx* page )
|
|||
bNoNextPageDetected |= (page == m_CompletionPage);
|
||||
bNoNextPageDetected |= (page == m_CompletionErrorPage);
|
||||
bNoNextPageDetected |= (page == m_ErrNotDetectedPage);
|
||||
bNoNextPageDetected |= (page == m_ErrNotFoundPage);
|
||||
bNoNextPageDetected |= (page == m_ErrUnavailablePage);
|
||||
bNoNextPageDetected |= (page == m_ErrAlreadyAttachedPage);
|
||||
bNoNextPageDetected |= (page == m_ErrNoInternetConnectionPage);
|
||||
|
|
Loading…
Reference in New Issue