X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/683646599939f5113215254870b15d03e830458e..5c5ab9ebc3a7dd441c9e3b25cb3daf8f733c374f:/src/html/helpdata.cpp diff --git a/src/html/helpdata.cpp b/src/html/helpdata.cpp index d4bf792b8f..5620880bbd 100644 --- a/src/html/helpdata.cpp +++ b/src/html/helpdata.cpp @@ -112,7 +112,7 @@ class HP_TagHandler : public wxHtmlTagHandler bool HP_TagHandler::HandleTag(const wxHtmlTag& tag) { - if (tag.GetName() == "UL") { + if (tag.GetName() == wxT("UL")) { m_Level++; ParseInner(tag); m_Level--;