SetTitle method (internal use only) changed to virtual OnSetTitle, added GetOpenedPageTitle

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4736 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
1999-11-28 18:24:57 +00:00
parent 31e24645c0
commit d5db80c269
4 changed files with 40 additions and 12 deletions

View File

@@ -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;