From 9aba21ea4b4e534c635613f286a848cc5039f9fb Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 4 Aug 2005 21:49:40 +0000 Subject: [PATCH] corrected wxUnix2DosFilename signature, added deprecation note git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35106 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/function.tex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. -- 2.45.2