]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/wizard.cpp
showing a bevel button for a multiline label (is not multline on the OS level, but...
[wxWidgets.git] / src / generic / wizard.cpp
index bd75dd976025bd9f3e6679be7f6492b6f9118809..bceae5eb1649ee54a1cd65aa0777a2df3ef1a146 100644 (file)
@@ -585,6 +585,7 @@ bool wxWizard::ShowPage(wxWizardPage *page, bool goingForward)
         else
             m_btnNext->SetLabel(_("&Next >"));
     }
+    m_btnNext->SetDefault();
     // nothing to do: the label was already correct
 
     // send the change event to the new page now