Fix wxWizard::HasPrevPage() documentation
Replace the wrongly copied "last" with "first".
This commit is contained in:
@@ -504,7 +504,7 @@ public:
|
|||||||
virtual bool HasNextPage(wxWizardPage* page);
|
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
|
The base class version implements this by calling
|
||||||
@ref wxWizardPage::GetPrev "page->GetPrev" but this could be
|
@ref wxWizardPage::GetPrev "page->GetPrev" but this could be
|
||||||
undesirable if, for example, the pages are created on demand only.
|
undesirable if, for example, the pages are created on demand only.
|
||||||
|
Reference in New Issue
Block a user