Fix wxWizard::HasPrevPage() documentation

Replace the wrongly copied "last" with "first".
This commit is contained in:
Vadim Zeitlin 2017-08-09 20:59:29 +02:00
parent a11e09fb11
commit 77d7d3a014

View File

@ -504,7 +504,7 @@ public:
virtual bool HasNextPage(wxWizardPage* page);
/**
Returns @true if this page is not the last one in the wizard.
Returns @true if this page is not the first one in the wizard.
The base class version implements this by calling
@ref wxWizardPage::GetPrev "page->GetPrev" but this could be
undesirable if, for example, the pages are created on demand only.