Replace wxConvFile with wxConvFileName in the docs.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33163 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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}
|
||||
|
Reference in New Issue
Block a user