]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed typo wxUSE_ENCODING shuold be wxUSE_UNICODE
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 2 Jan 2000 14:11:49 +0000 (14:11 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 2 Jan 2000 14:11:49 +0000 (14:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5172 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/encconv.h

index ea44123207d64aa8aaf3b112a9f6014ebf98df8a..1610dd06b4e852d09e92cd564fd457d121298b2b 100644 (file)
@@ -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