]> git.saurik.com Git - wxWidgets.git/commitdiff
Applied doc patch [ 1426505 ] Failure to call wxWizard.Destroy() causes hang on exit
authorJulian Smart <julian@anthemion.co.uk>
Thu, 9 Feb 2006 15:35:48 +0000 (15:35 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 9 Feb 2006 15:35:48 +0000 (15:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37420 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/wizard.tex

index c401b8c5c438f6fb59b3f4bf484f145f7805a21d..0d26b0ec7fa234d36d630358cb112e05274a276c 100644 (file)
@@ -24,7 +24,7 @@ To show a wizard dialog, you must first create an instance of the wxWizard class
 using either the non-default constructor or a default one followed by call to the 
 \helpref{Create}{wxwizardcreate} function. Then you should add all pages you
 want the wizard to show and call \helpref{RunWizard}{wxwizardrunwizard}.
-Finally, don't forget to call {\tt wizard->Destroy()}.
+Finally, don't forget to call {\tt wizard->Destroy()}, otherwise your application will hang on exit due to an undestroyed window.
 
 \wxheading{Derived from}