]> git.saurik.com Git - wxWidgets.git/commitdiff
Replace wxConvFile with wxConvFileName in the docs.
authorRobert Roebling <robert@roebling.de>
Tue, 29 Mar 2005 23:20:08 +0000 (23:20 +0000)
committerRobert Roebling <robert@roebling.de>
Tue, 29 Mar 2005 23:20:08 +0000 (23:20 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33163 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/mbcnvfil.tex
docs/latex/wx/tmbconv.tex
docs/latex/wx/wxstring.tex

index c7f99ad62e56e58f5f3c67f5fad896c2df00afdf..e5e04f8b7a91a0d1e49fc9b8bdcb8eaab7c072e1 100644 (file)
@@ -6,7 +6,7 @@
 \section{\class{wxMBConvFile}}\label{wxmbconvfile}
 
 This class converts file names between filesystem multibyte encoding and
 \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,
 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,
index 45b282399f74f4251ff00c78a9571887dc974379..0bc02d681cd2b3c4877ab716a76c8c54b7382e83 100644 (file)
@@ -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
 \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
 these predefined objects directly, or you can instantiate your own objects.
 
 A variable, wxConvCurrent, points to the conversion object that the user
index 12638a0d79f503cc12a93f96ebad17a23343302e..f3296fe1b841e1e1ad80772893dd8097211421ed 100644 (file)
@@ -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
 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}
 the OS.
 
 \wxheading{See also}