X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9b64e79868d4d32c3541bbd049d3f9f94c8edbfe..12db77cab1054d288a2b3e2d07e58ad1d6386a53:/src/html/m_fonts.cpp diff --git a/src/html/m_fonts.cpp b/src/html/m_fonts.cpp index 2919a029b4..6c20b336b0 100644 --- a/src/html/m_fonts.cpp +++ b/src/html/m_fonts.cpp @@ -154,7 +154,7 @@ TAG_HANDLER_BEGIN(Hx, "H1,H2,H3,H4,H5,H6") c -> SetAlign(tag); c -> InsertCell(new wxHtmlFontCell(m_WParser -> CreateCurrentFont())); - c -> SetIndent(m_WParser -> GetCharHeight(), HTML_INDENT_TOP); + c -> SetIndent(m_WParser -> GetCharHeight(), wxHTML_INDENT_TOP); m_WParser -> SetAlign(c -> GetAlignHor()); ParseInner(tag); @@ -170,7 +170,7 @@ TAG_HANDLER_BEGIN(Hx, "H1,H2,H3,H4,H5,H6") m_WParser -> CloseContainer(); m_WParser -> OpenContainer(); c = m_WParser -> GetContainer(); - c -> SetIndent(m_WParser -> GetCharHeight(), HTML_INDENT_TOP); + c -> SetIndent(m_WParser -> GetCharHeight(), wxHTML_INDENT_TOP); return TRUE; }