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

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Fri Jan 14 12:09:45 CST 2005


Update of /var/lib/gme/GMESRC/GME/MgaUtil
In directory braindrain:/tmp/cvs-serv9382

Modified Files:
	RegistryTree.cpp 
Log Message:
Deleting registry nodes only when DEL is pressed.


CVS User: zolmol

Index: RegistryTree.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/MgaUtil/RegistryTree.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** RegistryTree.cpp	10 Jan 2005 22:25:21 -0000	1.5
--- RegistryTree.cpp	14 Jan 2005 18:09:42 -0000	1.6
***************
*** 302,306 ****
  {
  	// TODO: Add your message handler code here and/or call default
! 	if (nChar = VK_DELETE) {
  		HTREEITEM hItem = GetSelectedItem();
  		if (hItem) {
--- 302,306 ----
  {
  	// TODO: Add your message handler code here and/or call default
! 	if (nChar == VK_DELETE) {
  		HTREEITEM hItem = GetSelectedItem();
  		if (hItem) {



More information about the GME-commit mailing list