Comment typo fixes from Vince Harron
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35157 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -166,7 +166,7 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// wxMBConvUCS4LE (for conversion using UTF32 Little Endian encoding)
|
// wxMBConvUTF32LE (for conversion using UTF32 Little Endian encoding)
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
class WXDLLIMPEXP_BASE wxMBConvUTF32LE : public wxMBConv
|
class WXDLLIMPEXP_BASE wxMBConvUTF32LE : public wxMBConv
|
||||||
@@ -177,7 +177,7 @@ public:
|
|||||||
};
|
};
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// wxMBConvUCS4BE (for conversion using UTF32 Big Endian encoding)
|
// wxMBConvUTF32BE (for conversion using UTF32 Big Endian encoding)
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
class WXDLLIMPEXP_BASE wxMBConvUTF32BE : public wxMBConv
|
class WXDLLIMPEXP_BASE wxMBConvUTF32BE : public wxMBConv
|
||||||
|
@@ -91,7 +91,7 @@ void FontMapperTestCase::NamesAndDesc()
|
|||||||
|
|
||||||
static const wxChar *descriptions[] =
|
static const wxChar *descriptions[] =
|
||||||
{
|
{
|
||||||
// some vali charsets
|
// some valid charsets
|
||||||
_T("Default encoding" ),
|
_T("Default encoding" ),
|
||||||
_T("Western European (ISO-8859-1)" ),
|
_T("Western European (ISO-8859-1)" ),
|
||||||
_T("Indian (ISO-8859-12)" ),
|
_T("Indian (ISO-8859-12)" ),
|
||||||
|
Reference in New Issue
Block a user