[GME-commit] GMESRC/GME/Gme GMEApp.cpp,1.107,1.108

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Fri Mar 5 15:50:03 CST 2004


Update of /var/lib/gme/GMESRC/GME/Gme
In directory braindrain:/tmp/cvs-serv4020

Modified Files:
	GMEApp.cpp 
Log Message:
fixed bug in logging, so now when importing xml/xme file, full path and name logged.

CVS User: brianw

Index: GMEApp.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Gme/GMEApp.cpp,v
retrieving revision 1.107
retrieving revision 1.108
diff -C2 -d -r1.107 -r1.108
*** GMEApp.cpp	1 Mar 2004 20:20:22 -0000	1.107
--- GMEApp.cpp	5 Mar 2004 21:50:01 -0000	1.108
***************
*** 1514,1518 ****
  		return;
  	}
! 	CGMEEventLogger::LogGMEEvent(dlg.GetFileExt()+"\r\n");
  
  	if (dlg.GetFileExt().CompareNoCase("xml") == 0 ) {
--- 1514,1518 ----
  		return;
  	}
! 	CGMEEventLogger::LogGMEEvent(dlg.GetPathName()+"\r\n");
  
  	if (dlg.GetFileExt().CompareNoCase("xml") == 0 ) {



More information about the GME-commit mailing list