]> 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 fb7f6cf871fe802885ce513e9dac4bbd51c5b1e5..9379ddd1d9231a873d050c16feeba6ba5049820e 100644 (file)
@@ -564,7 +564,7 @@ bool wxHtmlSearchStatus::Search()
            if (m_Engine.Scan(file -> GetStream())) {
                m_Name = m_Data->m_Contents[i].m_Name;
                m_ContentsItem = m_Data->m_Contents + i;
-               found = true;
+               found = TRUE;
            }
        }
        delete file;