cleaned some relics - mod_* instead of m_* in wxHTML modules

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5029 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
1999-12-20 12:47:50 +00:00
parent 5ea6dbbfff
commit c88293a404
8 changed files with 28 additions and 27 deletions

View File

@@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////////
// Name: mod_pre.cpp
// Name: m_pre.cpp
// Purpose: wxHtml module for <PRE> ... </PRE> tag (code citation)
// Author: Vaclav Slavik
// RCS-ID: $Id$
@@ -30,7 +30,7 @@
#include "wx/html/htmlcell.h"
#include "wx/tokenzr.h"
FORCE_LINK_ME(mod_pre)
FORCE_LINK_ME(m_pre)
//-----------------------------------------------------------------------------