X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..0837533260da569ae2e7319effcdfb3526d40bcc:/include/wx/encconv.h diff --git a/include/wx/encconv.h b/include/wx/encconv.h index f950f634cb..3c6b65e89e 100644 --- a/include/wx/encconv.h +++ b/include/wx/encconv.h @@ -85,7 +85,7 @@ class WXDLLIMPEXP_BASE wxEncodingConverter : public wxObject // both modes gurantee that output string will have same length // as input string // - // Returns FALSE if given conversion is impossible, TRUE otherwise + // Returns false if given conversion is impossible, true otherwise // (conversion may be impossible either if you try to convert // to Unicode with non-Unicode build of wxWidgets or if input // or output encoding is not supported.)