[GME-commit] GMESRC/Paradigms/MetaGME/MetaInterpreter2004 BON2Component.cpp,1.23,1.24

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Wed Sep 15 15:48:36 CDT 2004


Update of /var/lib/gme/GMESRC/Paradigms/MetaGME/MetaInterpreter2004
In directory braindrain:/tmp/cvs-serv8659

Modified Files:
	BON2Component.cpp 
Log Message:
Improved aspect mapping dialog box. Bugs fixed.
In case when the aspect tabs are occupying to much space ( the number of tabs > 19) it is switched to scrolling tabs mode.


CVS User: zolmol

Index: BON2Component.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/Paradigms/MetaGME/MetaInterpreter2004/BON2Component.cpp,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** BON2Component.cpp	30 Jul 2004 23:03:04 -0000	1.23
--- BON2Component.cpp	15 Sep 2004 19:48:33 -0000	1.24
***************
*** 365,369 ****
  	CTime theTime = CTime::GetCurrentTime();
  	CString s = theTime.Format("%#c");
! 	s = "LOG STARTED " + s;
  
  	global_vars.err.open( global_vars.err_file_name.c_str(), std::ios_base::out);
--- 365,369 ----
  	CTime theTime = CTime::GetCurrentTime();
  	CString s = theTime.Format("%#c");
! 	s = "METAINTERPRETER LOG STARTED " + s;
  
  	global_vars.err.open( global_vars.err_file_name.c_str(), std::ios_base::out);



More information about the GME-commit mailing list