[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
- Previous message: [GME-commit]
GMESRC/GME/Parser MgaDumper.cpp,1.20,1.21 MgaDumper.h,1.13,1.14
- Next message: [GME-commit]
GMESRC/GME/GMEActiveBrowser ActiveBrowserPropertyPage.cpp,1.38,1.39
ActiveBrowserPropertyPage.h,1.11,1.12
GMEActiveBrowserCtl.cpp,1.12,1.13 InheritanceTreeCtrl.cpp,1.2,1.3
InheritanceTreeCtrl.h,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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) {
- Previous message: [GME-commit]
GMESRC/GME/Parser MgaDumper.cpp,1.20,1.21 MgaDumper.h,1.13,1.14
- Next message: [GME-commit]
GMESRC/GME/GMEActiveBrowser ActiveBrowserPropertyPage.cpp,1.38,1.39
ActiveBrowserPropertyPage.h,1.11,1.12
GMEActiveBrowserCtl.cpp,1.12,1.13 InheritanceTreeCtrl.cpp,1.2,1.3
InheritanceTreeCtrl.h,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list