[GME-commit]
GMESRC/Tools/GMETableEditor/GridCtrl_src GridCtrl.cpp,1.1,1.2
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Wed Jan 26 14:00:49 CST 2005
- Previous message: [GME-commit] GMESRC/Tools/GMETableEditor Component.sln,NONE,1.1
Component.vcproj,NONE,1.1 GridDlg.cpp,1.11,1.12
TableEditorDumper.h,1.1,1.2 Component.dsp,1.7,NONE
Component.dsw,1.3,NONE
- Next message: [GME-commit]
GMESRC/GME/Console ScriptEdit.h,1.2,1.3 ScriptHost.h,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/gme/GMESRC/Tools/GMETableEditor/GridCtrl_src
In directory braindrain:/tmp/cvs-serv20439/GridCtrl_src
Modified Files:
GridCtrl.cpp
Log Message:
Migrated to VC7.1
CVS User: zolmol
Index: GridCtrl.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/Tools/GMETableEditor/GridCtrl_src/GridCtrl.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** GridCtrl.cpp 12 Aug 2003 18:51:33 -0000 1.1
--- GridCtrl.cpp 26 Jan 2005 20:00:46 -0000 1.2
***************
*** 3680,3684 ****
else
{
! m_arColWidths.InsertAt(nColumn, (int)0);
if (!GetVirtualMode())
{
--- 3680,3684 ----
else
{
! m_arColWidths.InsertAt(nColumn, (UINT)0);
if (!GetVirtualMode())
{
***************
*** 3755,3759 ****
else
{
! m_arRowHeights.InsertAt(nRow, (int)0);
if (!GetVirtualMode())
m_RowData.InsertAt(nRow, new GRID_ROW);
--- 3755,3759 ----
else
{
! m_arRowHeights.InsertAt(nRow, (UINT)0);
if (!GetVirtualMode())
m_RowData.InsertAt(nRow, new GRID_ROW);
- Previous message: [GME-commit] GMESRC/Tools/GMETableEditor Component.sln,NONE,1.1
Component.vcproj,NONE,1.1 GridDlg.cpp,1.11,1.12
TableEditorDumper.h,1.1,1.2 Component.dsp,1.7,NONE
Component.dsw,1.3,NONE
- Next message: [GME-commit]
GMESRC/GME/Console ScriptEdit.h,1.2,1.3 ScriptHost.h,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list