ossp-pkg/as/as-gui/as_assist.cpp 1.30 -> 1.31
--- as_assist.cpp 2002/11/27 17:11:06 1.30
+++ as_assist.cpp 2002/11/27 17:13:13 1.31
@@ -397,7 +397,7 @@
void Titraqform::setupTable(void)
{
// The table itself
- m_pMaintable = new Titable(m_pCenframe, "Maintable");
+ m_pMaintable = new TiTable(m_pCenframe, "Maintable");
if (m_pMaintable == NULL) // Sanity check
throw Genexcept("Main window table creation failed.");
m_pMaintable->setNumCols(g_knCols);
|
|