X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/28f15a1f70e45c276740c70c518efd03fcd1c227..d71789cc5b9787e39639a2ebe4700485572f3674:/docs/latex/wx/dirpicker.tex

diff --git a/docs/latex/wx/dirpicker.tex b/docs/latex/wx/dirpicker.tex
index 2140ec34ec..2eb69132ea 100644
--- a/docs/latex/wx/dirpicker.tex
+++ b/docs/latex/wx/dirpicker.tex
@@ -122,7 +122,7 @@ all the parameters.
 
 \constfunc{wxFileName}{GetDirName}{\void}
 
-Returns the absolute path of the currently selected directory as a \helpref{wxFileName} object.
+Returns the absolute path of the currently selected directory as a \helpref{wxFileName}{wxfilename} object.
 This function is equivalent to \helpref{GetPath}{wxdirpickerctrlgetpath}
 
 
@@ -138,14 +138,15 @@ Returns the absolute path of the currently selected directory.
 \func{void}{SetDirName}{\param{const wxFileName \&}{dirname}}
 
 Just like \helpref{SetPath}{wxdirpickerctrlsetpath} but this function takes a
-\helpref{wxFileName} object.
+\helpref{wxFileName}{wxfilename} object.
 
 
 \membersection{wxDirPickerCtrl::SetPath}\label{wxdirpickerctrlsetpath}
 
 \func{void}{SetPath}{\param{const wxString \&}{dirname}}
 
-Sets the absolute path of the currently selected directory. This must be a valid directory if
+Sets the absolute path of  (the default converter uses current locale's
+charset)the currently selected directory. This must be a valid directory if
 {\tt wxDIRP\_DIR\_MUST\_EXIST} style was given.