]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/dirpicker.tex
Limit indentation in style listbox, and also show centring
[wxWidgets.git] / docs / latex / wx / dirpicker.tex
index 89364c49f22b89d9e88b8bdb999a7a2855beefdf..67b3931ecf8e775843b43d8ecfa649e1f45d945f 100644 (file)
@@ -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.