[ 1573138 ] small docs corrections

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41725 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2006-10-08 15:49:36 +00:00
parent cfd8e74094
commit 34c07b8b63
5 changed files with 11 additions and 9 deletions

View 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.