X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8c651ab7877f390a333f5f1c2e8edc1ff24d8c02..300b1288331acc7ac3482595bb226a52f8aec238:/src/html/m_layout.cpp diff --git a/src/html/m_layout.cpp b/src/html/m_layout.cpp index af040afe95..ccd8b2f8ac 100644 --- a/src/html/m_layout.cpp +++ b/src/html/m_layout.cpp @@ -150,7 +150,7 @@ TAG_HANDLER_BEGIN(TITLE, "TITLE") wxString *src = m_WParser -> GetSource(); for (int i = tag.GetBeginPos(); i < tag.GetEndPos1(); i++) title += (*src)[(unsigned int) i]; - wfr -> SetTitle(title); + wfr -> OnSetTitle(title); } } return TRUE;