[GME-commit] GMESRC/GME/MgaUtil GmeDlg.cpp,1.16,1.17
Log messages of CVS commits
gme-commit at list.isis.vanderbilt.edu
Wed May 7 11:24:45 CDT 2008
Update of /project/gme-repository/GMESRC/GME/MgaUtil
In directory escher:/tmp/cvs-serv28633/MgaUtil
Modified Files:
GmeDlg.cpp
Log Message:
cosmetic code corrections
CVS User: (csaba)
Index: GmeDlg.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/MgaUtil/GmeDlg.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** GmeDlg.cpp 10 Apr 2008 22:32:37 -0000 1.16
--- GmeDlg.cpp 7 May 2008 16:24:43 -0000 1.17
***************
*** 312,318 ****
// COMMENT:
// commented out until GMEView and other classes are capable of drawing at once in ZOOM_WIDTH,Z_HEIGHT,Z_ALL mode
! //int zommvals[] = {ZOOM_MIN, 10, 25, 50, 75, ZOOM_NO, 150, 200, 300, ZOOM_MAX,ZOOM_WIDTH,ZOOM_HEIGHT,ZOOM_ALL,0};
! int zommvals[] = {ZOOM_MIN, 10, 25, 50, 75, ZOOM_NO, 150, 200, 300, ZOOM_MAX,0};
! fillZoomComboBox( zommvals);
CString set_val = getZoomValueFromReg();
--- 312,318 ----
// COMMENT:
// commented out until GMEView and other classes are capable of drawing at once in ZOOM_WIDTH,Z_HEIGHT,Z_ALL mode
! //int zoomvals[] = {ZOOM_MIN, 10, 25, 50, 75, ZOOM_NO, 150, 200, 300, ZOOM_MAX,ZOOM_WIDTH,ZOOM_HEIGHT,ZOOM_ALL,0};
! int zoomvals[] = {ZOOM_MIN, 10, 25, 50, 75, ZOOM_NO, 150, 200, 300, ZOOM_MAX,0};
! fillZoomComboBox( zoomvals);
CString set_val = getZoomValueFromReg();
More information about the GME-commit
mailing list