From 9c3d92c56bc2663e2edf04844a307bafcaefea0e Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Tue, 29 Mar 2005 23:20:08 +0000 Subject: [PATCH] Replace wxConvFile with wxConvFileName in the docs. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33163 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/mbcnvfil.tex | 2 +- docs/latex/wx/tmbconv.tex | 2 +- docs/latex/wx/wxstring.tex | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/latex/wx/mbcnvfil.tex b/docs/latex/wx/mbcnvfil.tex index c7f99ad62e..e5e04f8b7a 100644 --- a/docs/latex/wx/mbcnvfil.tex +++ b/docs/latex/wx/mbcnvfil.tex @@ -6,7 +6,7 @@ \section{\class{wxMBConvFile}}\label{wxmbconvfile} This class converts file names between filesystem multibyte encoding and -Unicode. It has one predefined instance, {\bf wxConvFile}. +Unicode. It has one predefined instance, {\bf wxConvFileName}. Since some platforms (e.g. Win32) use Unicode in the filenames, and others (e.g. Unix) use multibyte encodings, this class should only be used directly if wxMBFILES is defined to 1. A convenience macro, diff --git a/docs/latex/wx/tmbconv.tex b/docs/latex/wx/tmbconv.tex index 45b282399f..0bc02d681c 100644 --- a/docs/latex/wx/tmbconv.tex +++ b/docs/latex/wx/tmbconv.tex @@ -66,7 +66,7 @@ is override the MB2WC and WC2MB methods. \subsection{wxMBConv objects}\label{wxmbconvobjects} Several of the wxWidgets-provided wxMBConv classes have predefined instances -(wxConvLibc, wxConvFile, wxConvUTF7, wxConvUTF8, wxConvLocal). You can use +(wxConvLibc, wxConvFileName, wxConvUTF7, wxConvUTF8, wxConvLocal). You can use these predefined objects directly, or you can instantiate your own objects. A variable, wxConvCurrent, points to the conversion object that the user diff --git a/docs/latex/wx/wxstring.tex b/docs/latex/wx/wxstring.tex index 12638a0d79..f3296fe1b8 100644 --- a/docs/latex/wx/wxstring.tex +++ b/docs/latex/wx/wxstring.tex @@ -638,7 +638,7 @@ Same as \helpref{Find}{wxstringfind}. Returns string representation suitable for passing to OS' functions for file handling. In ANSI build, this is same as \helpref{c\_str}{wxstringcstr}. In Unicode build, returned value can be either wide character string -or C string in charset matching the {\tt wxConvFile} object, depending on +or C string in charset matching the {\tt wxConvFileName} object, depending on the OS. \wxheading{See also} -- 2.45.2