diff --git a/clientgui/NotFoundPage.cpp b/clientgui/NotFoundPage.cpp index 2bf7003f21..7b4d05b810 100644 --- a/clientgui/NotFoundPage.cpp +++ b/clientgui/NotFoundPage.cpp @@ -192,6 +192,7 @@ void CErrNotFoundPage::OnPageChanged( wxWizardExEvent& event ) { CWizardAttach* pWA = ((CWizardAttach*)GetParent()); pWA->DisableNextButton(); + pWA->GetBackButton()->SetDefault(); Fit(); }