git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11543
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
{
cel = new wxHtmlImageCell(str, w, h, m_WParser->GetPixelScale(), al, mn);
cel->SetLink(m_WParser->GetLink());
{
cel = new wxHtmlImageCell(str, w, h, m_WParser->GetPixelScale(), al, mn);
cel->SetLink(m_WParser->GetLink());
+ cel->SetId(tag.GetParam(wxT("id"))); // may be empty
m_WParser->GetContainer()->InsertCell(cel);
delete str;
}
m_WParser->GetContainer()->InsertCell(cel);
delete str;
}