From: Václav Slavík Date: Sun, 2 Jan 2000 14:11:49 +0000 (+0000) Subject: fixed typo wxUSE_ENCODING shuold be wxUSE_UNICODE X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/169267e61f3cdcd7d0713bcf9becc62c13b3733e fixed typo wxUSE_ENCODING shuold be wxUSE_UNICODE git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5172 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/encconv.h b/include/wx/encconv.h index ea44123207..1610dd06b4 100644 --- a/include/wx/encconv.h +++ b/include/wx/encconv.h @@ -52,7 +52,7 @@ class WXDLLEXPORT wxEncodingConverter : public wxObject ~wxEncodingConverter() { if (m_Table) delete[] m_Table; } // Initialize convertion. Both output or input encoding may - // be wxFONTENCODING_UNICODE, but only if wxUSE_ENCODING is set to 1. + // be wxFONTENCODING_UNICODE, but only if wxUSE_UNICODE is set to 1. // // All subsequent calls to Convert() will interpret it's argument // as a string in input_enc encoding and will output string in