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
|
||||
@@ -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
|
||||
|
Reference in New Issue
Block a user