X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a203f6c0995030dc59ad4c0bbd3104d67ac4ac66..fa1af598d62a71f7e7054a0dcc7b209e91e58873:/docs/latex/wx/dirdlg.tex diff --git a/docs/latex/wx/dirdlg.tex b/docs/latex/wx/dirdlg.tex index ed6bd6611d..9732133997 100644 --- a/docs/latex/wx/dirdlg.tex +++ b/docs/latex/wx/dirdlg.tex @@ -32,7 +32,7 @@ See also \helpref{Generic window styles}{windowstyles}. \latexignore{\rtfignore{\wxheading{Members}}} -\membersection{wxDirDialog::wxDirDialog}\label{wxdirdialogconstr} +\membersection{wxDirDialog::wxDirDialog}\label{wxdirdialogctor} \func{}{wxDirDialog}{\param{wxWindow* }{parent}, \param{const wxString\& }{message = "Choose a directory"},\rtfsp \param{const wxString\& }{defaultPath = ""}, \param{long }{style = 0},\rtfsp @@ -105,7 +105,7 @@ Sets the dialog style. This is currently unused. \func{int}{ShowModal}{\void} -Shows the dialog, returning wxID\_OK if the user pressed OK, and wxOK\_CANCEL +Shows the dialog, returning wxID\_OK if the user pressed OK, and wxID\_CANCEL otherwise.