corrected wxUnix2DosFilename signature, added deprecation note

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35106 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-08-04 21:49:40 +00:00
parent 11850ff358
commit 9aba21ea4b

View File

@@ -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.