[GME-commit] GMESRC/GME/Gme GME.vcproj, 1.9, 1.10 GMEApp.cpp, 1.153, 1.154 MainFrm.h, 1.33, 1.34 StdAfx.h, 1.13, 1.14
Log messages of CVS commits
gme-commit at list.isis.vanderbilt.edu
Thu May 1 11:26:48 CDT 2008
Update of /project/gme-repository/GMESRC/GME/Gme
In directory escher:/tmp/cvs-serv14037
Modified Files:
GME.vcproj GMEApp.cpp MainFrm.h StdAfx.h
Log Message:
Superfluous var.
CVS User: Zoltan Molnar, ISIS (zolmol)
Index: StdAfx.h
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Gme/StdAfx.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** StdAfx.h 11 Apr 2008 23:45:24 -0000 1.13
--- StdAfx.h 1 May 2008 16:26:45 -0000 1.14
***************
*** 47,50 ****
--- 47,54 ----
#include "CommonMfc.h"
#include "CommonMgaTrukk.h"
+ #include <afxdisp.h>
+ #include <afxdisp.h>
+ #include <afxdisp.h>
+ #include <afxdisp.h>
#define WM_USER_ZOOM (WM_USER+111)
Index: GME.vcproj
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Gme/GME.vcproj,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** GME.vcproj 10 Apr 2008 23:02:08 -0000 1.9
--- GME.vcproj 1 May 2008 16:26:45 -0000 1.10
***************
*** 120,123 ****
--- 120,124 ----
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="..\lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\Debug/GME.pdb"
Index: GMEApp.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Gme/GMEApp.cpp,v
retrieving revision 1.153
retrieving revision 1.154
diff -C2 -d -r1.153 -r1.154
*** GMEApp.cpp 11 Apr 2008 23:45:24 -0000 1.153
--- GMEApp.cpp 1 May 2008 16:26:45 -0000 1.154
***************
*** 1069,1073 ****
void CGMEApp::OpenProject(const CString &conn) {
-
MSGTRY
{
--- 1069,1072 ----
Index: MainFrm.h
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Gme/MainFrm.h,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** MainFrm.h 10 Apr 2008 23:02:08 -0000 1.33
--- MainFrm.h 1 May 2008 16:26:45 -0000 1.34
***************
*** 79,83 ****
// Implementation
public:
- int m_nTimePaneNo;
virtual ~CMainFrame();
--- 79,82 ----
More information about the GME-commit
mailing list