]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/wxstring.tex
docstring fix
[wxWidgets.git] / docs / latex / wx / wxstring.tex
index 12638a0d79f503cc12a93f96ebad17a23343302e..f3296fe1b841e1e1ad80772893dd8097211421ed 100644 (file)
@@ -638,7 +638,7 @@ Same as \helpref{Find}{wxstringfind}.
 Returns string representation suitable for passing to OS' functions for
 file handling. In ANSI build, this is same as \helpref{c\_str}{wxstringcstr}.
 In Unicode build, returned value can be either wide character string
-or C string in charset matching the {\tt wxConvFile} object, depending on
+or C string in charset matching the {\tt wxConvFileName} object, depending on
 the OS.
 
 \wxheading{See also}