correct wxDirExists() parameter type (closes 1220417)
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 25 Oct 2006 00:13:22 +0000 (00:13 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 25 Oct 2006 00:13:22 +0000 (00:13 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42371 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/function.tex

index ad94c6e4f54f10ab26eeeb86f5e1f433c98c6544..82761cdef195a639bc9ab217209fb948aad07ab9 100644 (file)
@@ -1078,9 +1078,9 @@ or drive name at the beginning.
 
 \membersection{::wxDirExists}\label{functionwxdirexists}
 
-\func{bool}{wxDirExists}{\param{const wxString\& }{dirname}}
+\func{bool}{wxDirExists}{\param{const wxChar *}{dirname}}
 
-Returns true if the path exists.
+Returns true if \arg{dirname} exists and is a directory.
 
 
 \membersection{::wxPathOnly}\label{wxpathonly}