[GME-commit] GMESRC/GME/GMEActiveBrowser AggregateContextMenu.cpp,
1.29, 1.30
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Thu Mar 8 10:55:27 CST 2007
Update of /project/gme-repository/GMESRC/GME/GMEActiveBrowser
In directory escher:/tmp/cvs-serv15100
Modified Files:
AggregateContextMenu.cpp
Log Message:
Dangerous shortcut: D, Delete operation might be executed sometime.
CVS User: Zoltan Molnar, ISIS (zolmol)
Index: AggregateContextMenu.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/GMEActiveBrowser/AggregateContextMenu.cpp,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** AggregateContextMenu.cpp 7 Mar 2007 21:29:05 -0000 1.29
--- AggregateContextMenu.cpp 8 Mar 2007 16:55:24 -0000 1.30
***************
*** 689,693 ****
{ // library folder
if( has_dependency)
! InsertMenu( ID_POPUP_REFRESH_LIBRARY, MF_BYCOMMAND|MF_STRING, ID_POPUP_LIBRARY_DEPENDENCIES, "&Dependencies...");
DeleteMenu( ID_POPUP_ATTACH_LIBRARY, MF_BYCOMMAND);
--- 689,693 ----
{ // library folder
if( has_dependency)
! InsertMenu( ID_POPUP_REFRESH_LIBRARY, MF_BYCOMMAND|MF_STRING, ID_POPUP_LIBRARY_DEPENDENCIES, "D&ependencies...");
DeleteMenu( ID_POPUP_ATTACH_LIBRARY, MF_BYCOMMAND);
More information about the GME-commit
mailing list