[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


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);



More information about the GME-commit mailing list