projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8938133
)
added id handling to image cells
author
Václav Slavík
<vslavik@fastmail.fm>
Sun, 2 Sep 2001 20:07:35 +0000
(20:07 +0000)
committer
Václav Slavík
<vslavik@fastmail.fm>
Sun, 2 Sep 2001 20:07:35 +0000
(20:07 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11543
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/html/m_image.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/html/m_image.cpp
b/src/html/m_image.cpp
index 2445a8fe8a40db6b360ce8aee3be6e2277518dfb..494accba1fd4d8399a9bb49b20f4ae38e417e18c 100644
(file)
--- a/
src/html/m_image.cpp
+++ b/
src/html/m_image.cpp
@@
-429,6
+429,7
@@
TAG_HANDLER_BEGIN(IMG, "IMG,MAP,AREA")
{
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;
}