From e4786b9a4b55136f353e1d5575eb02e62f19aee2 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 10 Mar 2001 17:50:46 +0000 Subject: [PATCH] fixed wxDos2UnixFilename description git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9495 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/function.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/latex/wx/function.tex b/docs/latex/wx/function.tex index fae00d9f2d..a55b29525a 100644 --- a/docs/latex/wx/function.tex +++ b/docs/latex/wx/function.tex @@ -118,7 +118,7 @@ Returns TRUE if the directory exists. \membersection{::wxDos2UnixFilename} -\func{void}{Dos2UnixFilename}{\param{const wxString\& }{s}} +\func{void}{wxDos2UnixFilename}{\param{wxChar *}{s}} Converts a DOS to a Unix filename by replacing backslashes with forward slashes.