Fix wxWizard::HasPrevPage() documentation
Replace the wrongly copied "last" with "first".
This commit is contained in:
parent
a11e09fb11
commit
77d7d3a014
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user