diff --git a/docs/latex/wx/function.tex b/docs/latex/wx/function.tex index ac1fc9f3be..9379c09997 100644 --- a/docs/latex/wx/function.tex +++ b/docs/latex/wx/function.tex @@ -1070,7 +1070,9 @@ Returns the directory part of the filename. \membersection{::wxUnix2DosFilename}\label{wxunix2dosfilename} -\func{void}{wxUnix2DosFilename}{\param{const wxString\& }{s}} +\func{void}{wxUnix2DosFilename}{\param{wxChar *}{s}} + +This function is deprecated, use \helpref{wxFileName}{wxfilename} instead. Converts a Unix to a DOS filename by replacing forward slashes with backslashes.