]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/m_pre.cpp
1. wxMenu{Item|Bar} modifications for wxMotif
[wxWidgets.git] / src / html / m_pre.cpp
index 8412ee06eda7f9f5d8828793693d3ac0bed109fb..98d6d8581ff62393b2c5f0ba71aeb163f334474a 100644 (file)
@@ -13,6 +13,7 @@
 
 #include <wx/wxprec.h>
 
+#include "wx/defs.h"
 #if wxUSE_HTML
 #ifdef __BORDLANDC__
 #pragma hdrstop
@@ -124,8 +125,8 @@ TAG_HANDLER_BEGIN(PRE, "PRE")
 
         m_WParser -> CloseContainer();
         c = m_WParser -> OpenContainer();
-        c -> SetAlignHor(HTML_ALIGN_LEFT);
-        c -> SetIndent(m_WParser -> GetCharHeight(), HTML_INDENT_VERTICAL);
+        c -> SetAlignHor(wxHTML_ALIGN_LEFT);
+        c -> SetIndent(m_WParser -> GetCharHeight(), wxHTML_INDENT_VERTICAL);
 
         m_WParser -> SetFontUnderlined(FALSE);
         m_WParser -> SetFontBold(FALSE);