]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/m_list.cpp
Change to wxMenuBar::Remove(),
[wxWidgets.git] / src / html / m_list.cpp
index 05d7f3069a1ce03b619cef7605524c9863c25b18..9640d526858f94e102dadaca119beefbb91aa2ca 100644 (file)
@@ -21,7 +21,7 @@
 #endif
 
 #ifndef WXPRECOMP
-#include <wx/wx.h>
+#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();