X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e90c1d2a19361551eb07778280f22be3e759cf64..7e9414582703dc1c612b15155de450fcee3642fa:/src/html/helpdata.cpp diff --git a/src/html/helpdata.cpp b/src/html/helpdata.cpp index 7ce1523592..9379ddd1d9 100644 --- a/src/html/helpdata.cpp +++ b/src/html/helpdata.cpp @@ -119,7 +119,7 @@ bool HP_TagHandler::HandleTag(const wxHtmlTag& tag) return TRUE; } - else if (tag.GetName() == "OBJECT(") { + else if (tag.GetName() == "OBJECT") { m_Name = m_Page = wxEmptyString; ParseInner(tag); if (m_Page != wxEmptyString) {