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_tables.cpp
// Name: m_tables.cpp
// Purpose: wxHtml module for tables
// Author: Vaclav Slavik
// RCS-ID: $Id$
@@ -26,7 +26,7 @@
/*
REMARKS:
1. This version of mod_tables doesn't support auto-layout algorithm.
1. This version of m_tables doesn't support auto-layout algorithm.
This means that all columns are of same width unless explicitly specified.
*/
@@ -36,7 +36,7 @@ REMARKS:
#include "wx/html/htmlcell.h"
FORCE_LINK_ME(mod_tables)
FORCE_LINK_ME(m_tables)
#define TABLE_BORDER_CLR_1 wxColour(0xC5, 0xC2, 0xC5)