]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/m_pre.cpp
Borland makefiles for contrib keeping output apart
[wxWidgets.git] / src / html / m_pre.cpp
index 43b3b597b5fec0da2905d2719cb27deea1855cde..313d8a88bc129a09ee5a9c8aa912667a265fdb0e 100644 (file)
@@ -15,7 +15,7 @@
 
 #include "wx/defs.h"
 #if wxUSE_HTML && wxUSE_STREAMS
-#ifdef __BORDLANDC__
+#ifdef __BORLANDC__
 #pragma hdrstop
 #endif
 
@@ -91,6 +91,7 @@ TAG_HANDLER_BEGIN(PRE, "PRE")
         m_WParser->CloseContainer();
         c = m_WParser->OpenContainer();
         c->SetAlignHor(wxHTML_ALIGN_LEFT);
+        c->SetIndent(m_WParser->GetCharHeight(), wxHTML_INDENT_TOP);
 
         wxString srcMid =
             m_WParser->GetSource()->Mid(tag.GetBeginPos(),