Replace wxConvFile with wxConvFileName in the docs.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33163 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user