]> git.saurik.com Git - wxWidgets.git/commitdiff
Typo correction
authorJulian Smart <julian@anthemion.co.uk>
Sun, 30 Dec 2007 10:10:13 +0000 (10:10 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sun, 30 Dec 2007 10:10:13 +0000 (10:10 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50945 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/wizard.tex

index 59c8e1e034b6f9012e7f205fc4a7d97f855322d5..412017a28d94ceac72cf3212926bcfa27f70a77b 100644 (file)
@@ -29,7 +29,7 @@ Finally, don't forget to call {\tt wizard->Destroy()}, otherwise your applicatio
 You can supply a bitmap to display on the left of the wizard, either for all pages
 or for individual pages. If you need to have the bitmap resize to the height of the wizard,
 call \helpref{wxWizard::SetBitmapPlacement}{wxwizardsetbitmapplacement} and if necessary,\rtfsp
-\helpref{wxWizard::SetBitmapBackgroundColour}{wxwizardsetbitmapbackgroundcolour} and \helpref{wxWizard::SetMinimumBitmapWidth}{wxwizardsetminimumbitmapheight}.
+\helpref{wxWizard::SetBitmapBackgroundColour}{wxwizardsetbitmapbackgroundcolour} and \helpref{wxWizard::SetMinimumBitmapWidth}{wxwizardsetminimumbitmapwidth}.
 
 To make wizard pages scroll when the display is too small to fit the whole dialog, you can switch
 layout adaptation on globally with \helpref{wxDialog::EnableLayoutAdaptation}{wxdialogenablelayoutadaptation} or