/////////////////////////////////////////////////////////////////////////////
-// Name: mod_pre.cpp
+// Name: m_pre.cpp
// Purpose: wxHtml module for <PRE> ... </PRE> tag (code citation)
// Author: Vaclav Slavik
// RCS-ID: $Id$
#include "wx/html/htmlcell.h"
#include "wx/tokenzr.h"
-FORCE_LINK_ME(mod_pre)
+FORCE_LINK_ME(m_pre)
//-----------------------------------------------------------------------------
m_WParser -> SetFontBold(FALSE);
m_WParser -> SetFontItalic(FALSE);
m_WParser -> SetFontFixed(TRUE);
- m_WParser -> SetFontSize(0);
+ m_WParser -> SetFontSize(3);
c -> InsertCell(new wxHtmlFontCell(m_WParser -> CreateCurrentFont()));
{