[GME-commit] GMESRC/GME/MgaUtil AnnotationBrowserDlg.cpp,1.5,1.6

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Tue Aug 15 18:35:42 CDT 2006


Update of /project/gme-repository/GMESRC/GME/MgaUtil
In directory escher:/tmp/cvs-serv23559

Modified Files:
	AnnotationBrowserDlg.cpp 
Log Message:
Fix for JIRA entry: GME-133.


CVS User: Zoltan Molnar, ISIS (zolmol)

Index: AnnotationBrowserDlg.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/MgaUtil/AnnotationBrowserDlg.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** AnnotationBrowserDlg.cpp	7 Jul 2005 15:08:43 -0000	1.5
--- AnnotationBrowserDlg.cpp	15 Aug 2006 17:35:40 -0000	1.6
***************
*** 419,422 ****
--- 419,423 ----
  void CAnnotationBrowserDlg::OnButtonFont() 
  {
+ 	UpdateData(TRUE);//fix for JIRA bug GME-133
  	CFontDialog dlg(&m_anLogFont);
  	if (dlg.DoModal() == IDOK) {



More information about the GME-commit mailing list