git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66687
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
else if (name == wxT("textbox"))
return new wxRichTextBox;
else if (name == wxT("cell"))
else if (name == wxT("textbox"))
return new wxRichTextBox;
else if (name == wxT("cell"))
- return new wxRichTextBox;
+ return new wxRichTextCell;
else if (name == wxT("table"))
else if (name == wxT("table"))
- return new wxRichTextBox;
+ return new wxRichTextTable;
{
if (child->GetName() == name)
return child;
{
if (child->GetName() == name)
return child;
+ child = child->GetNext();
handler->ImportProperties(this, node);
handler->ImportStyle(GetAttributes(), node, UsesParagraphAttributes());
handler->ImportProperties(this, node);
handler->ImportStyle(GetAttributes(), node, UsesParagraphAttributes());