projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e42e45a
)
Put a backslash before a '_'
author
George Tasker
<gtasker@allenbrook.com>
Wed, 31 Oct 2001 17:10:39 +0000
(17:10 +0000)
committer
George Tasker
<gtasker@allenbrook.com>
Wed, 31 Oct 2001 17:10:39 +0000
(17:10 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12232
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 07fe1ee4bd18f14c24525790511ee561cafd3c41..c65fa24a5309c45a4dd510435b19bd656a0fedae 100644
(file)
--- a/
docs/latex/wx/function.tex
+++ b/
docs/latex/wx/function.tex
@@
-606,7
+606,7
@@
is remembered between the 2 program runs.}
Pops up a directory selector dialog. The arguments have the same meaning as
those of wxDirDialog::wxDirDialog(). The message is displayed at the top,
-and the default_path, if specified, is set as the initial selection.
+and the default
\
_path, if specified, is set as the initial selection.
The application must check for an empty return value (if the user pressed
Cancel). For example: