diff --git a/docs/latex/wx/category.tex b/docs/latex/wx/category.tex index ff2991f34d..31a4d13114 100644 --- a/docs/latex/wx/category.tex +++ b/docs/latex/wx/category.tex @@ -72,6 +72,7 @@ in an application. \twocolitem{\helpref{wxFontDialog}{wxfontdialog}}{Font chooser dialog} \twocolitem{\helpref{wxPageSetupDialog}{wxpagesetupdialog}}{Standard page setup dialog} \twocolitem{\helpref{wxPrintDialog}{wxprintdialog}}{Standard print dialog} +\twocolitem{\helpref{wxProgressDialog}{wxprogressdialog}}{Progress indication dialog} \twocolitem{\helpref{wxMessageDialog}{wxmessagedialog}}{Simple message box dialog} \twocolitem{\helpref{wxWizard}{wxwizard}}{A wizard dialog.} \end{twocollist} diff --git a/docs/latex/wx/progdlg.tex b/docs/latex/wx/progdlg.tex index d0d74d7e24..3205091c65 100644 --- a/docs/latex/wx/progdlg.tex +++ b/docs/latex/wx/progdlg.tex @@ -5,7 +5,7 @@ progress bar. Optionally, it can display an ABORT button. \wxheading{Derived from} -\helpref{wxFrame}{wxframe}\\ +\helpref{wxDialog}{wxdialog}\\ \helpref{wxWindow}{wxwindow}\\ \helpref{wxEvtHandler}{wxevthandler}\\ \helpref{wxObject}{wxobject}