X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/58772e4992e1a0601bddbf76fddbf4bb916cf85e..c63312c472c83be6d3b935f0ceeef484a7d611ce:/docs/latex/wx/dirpicker.tex diff --git a/docs/latex/wx/dirpicker.tex b/docs/latex/wx/dirpicker.tex index 89364c49f2..67b3931ecf 100644 --- a/docs/latex/wx/dirpicker.tex +++ b/docs/latex/wx/dirpicker.tex @@ -119,14 +119,14 @@ all the parameters. \constfunc{wxString}{GetPath}{\void} -Returns the currently selected directory. +Returns the absolute path of the currently selected directory. \membersection{wxDirPickerCtrl::SetPath}\label{wxdirpickerctrlsetpath} \func{void}{SetPath}{\param{const wxString \&}{dirname}} -Sets the currently selected directory. his must be a valid directory if +Sets the absolute path of the currently selected directory. This must be a valid directory if {\tt wxDIRP\_DIR\_MUST\_EXIST} style was given.