X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/efba2b89f15ba8757a722fc56c67f434cf960482..97734a7f33d5aca59ac585631837e0339df7a6c9:/src/html/m_list.cpp diff --git a/src/html/m_list.cpp b/src/html/m_list.cpp index d23cd40447..9640d52685 100644 --- a/src/html/m_list.cpp +++ b/src/html/m_list.cpp @@ -10,7 +10,7 @@ #pragma implementation #endif -#include +#include "wx/wxprec.h" #include "wx/defs.h" @@ -21,7 +21,7 @@ #endif #ifndef WXPRECOMP -#include +#include "wx/wx.h" #endif @@ -98,7 +98,7 @@ TAG_HANDLER_BEGIN(OLULLI, "OL,UL,LI") c -> InsertCell(new wxHtmlListmarkCell(m_WParser -> GetDC(), m_WParser -> GetActualColor())); else { wxString mark; - mark.Printf("%i.", m_Numbering); + mark.Printf(wxT("%i."), m_Numbering); c -> InsertCell(new wxHtmlWordCell(mark, *(m_WParser -> GetDC()))); } m_WParser -> CloseContainer();