projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1c08db
)
correct wxDirExists() parameter type (closes 1220417)
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Wed, 25 Oct 2006 00:13:22 +0000
(
00:13
+0000)
committer
Vadim 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
patch
|
blob
|
blame
|
history
diff --git
a/docs/latex/wx/function.tex
b/docs/latex/wx/function.tex
index ad94c6e4f54f10ab26eeeb86f5e1f433c98c6544..82761cdef195a639bc9ab217209fb948aad07ab9 100644
(file)
--- a/
docs/latex/wx/function.tex
+++ b/
docs/latex/wx/function.tex
@@
-1078,9
+1078,9
@@
or drive name at the beginning.
\membersection{::wxDirExists}\label{functionwxdirexists}
-\func{bool}{wxDirExists}{\param{const wx
String\&
}{dirname}}
+\func{bool}{wxDirExists}{\param{const wx
Char *
}{dirname}}
-Returns true if
the path exists
.
+Returns true if
\arg{dirname} exists and is a directory
.
\membersection{::wxPathOnly}\label{wxpathonly}