wxHtmlContainerCell *c;
- if (tag.GetName() == "DL") {
+ if (tag.GetName() == wxT("DL")) {
if (m_WParser -> GetContainer() -> GetFirstCell() != NULL) {
m_WParser -> CloseContainer();
m_WParser -> OpenContainer();
return TRUE;
}
- else if (tag.GetName() == "DT") {
+ else if (tag.GetName() == wxT("DT")) {
if (!tag.IsEnding()) {
m_WParser -> CloseContainer();
c = m_WParser -> OpenContainer();