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

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Thu May 12 01:50:43 CDT 2005


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

Modified Files:
	RegistryBrowserDlg.cpp 
Log Message:
Check the newline problem also when the user presses OK immediately after editing the values in the multiline editor.


CVS User: Zoltan Molnar, ISIS (zolmol)

Index: RegistryBrowserDlg.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/MgaUtil/RegistryBrowserDlg.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** RegistryBrowserDlg.cpp	13 Oct 2004 15:17:55 -0000	1.5
--- RegistryBrowserDlg.cpp	12 May 2005 00:50:40 -0000	1.6
***************
*** 376,379 ****
--- 376,380 ----
  			if (oldnode->status == ATTSTATUS_HERE) {
  				oldnode->value = m_regnodeValue;
+ 				oldnode->value.Replace("\r\n","\n"); // Remove Win32 GUI line ends
  			}
  		}



More information about the GME-commit mailing list