]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/helpdata.cpp
Ifdef'ed back in the scrolling aware drawing code in wxHtmlWidgetCell
[wxWidgets.git] / src / html / helpdata.cpp
index 7ce1523592e4d0eafc56330b015b73a359af388b..9379ddd1d9231a873d050c16feeba6ba5049820e 100644 (file)
@@ -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) {