Update of /cvsroot/anyedit/AnyEditToolkit/GuiLib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21479/GuiLib
Modified Files:
MenuBar.cpp
Log Message:
Activated hook to enable window menu
Index: MenuBar.cpp
===================================================================
RCS file: /cvsroot/anyedit/AnyEditToolkit/GuiLib/MenuBar.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** MenuBar.cpp 17 Oct 2004 08:41:50 -0000 1.5
--- MenuBar.cpp 21 Nov 2004 14:06:28 -0000 1.6
***************
*** 317,321 ****
// hook frame window to trap WM_MENUSELECT
! //m_hookFrame.Install(this, pFrame->GetSafeHwnd());
// If this is an MDI app, hook client window to trap WM_MDISETMENU
--- 317,321 ----
// hook frame window to trap WM_MENUSELECT
! m_hookFrame.Install(this, pFrame->GetSafeHwnd());
// If this is an MDI app, hook client window to trap WM_MDISETMENU
|