typo char_t -> char
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52218 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -231,7 +231,7 @@ return type (without const).
|
||||
|
||||
\membersection{wxMBConv::FromWChar}\label{wxmbconvfromwchar}
|
||||
|
||||
\constfunc{virtual size\_t}{FromWChar}{\param{char\_t *}{dst}, \param{size\_t }{dstLen}, \param{const wchar\_t *}{src}, \param{size\_t }{srcLen = wxNO\_LEN}}
|
||||
\constfunc{virtual size\_t}{FromWChar}{\param{char *}{dst}, \param{size\_t }{dstLen}, \param{const wchar\_t *}{src}, \param{size\_t }{srcLen = wxNO\_LEN}}
|
||||
|
||||
This function has the same semantics as \helpref{ToWChar}{wxmbconvtowchar}
|
||||
except that it converts a wide string to multibyte one.
|
||||
|
Reference in New Issue
Block a user