compilation fixc

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17087 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2002-09-08 22:12:09 +00:00
parent a4000ca2b7
commit 197b162641

View File

@ -434,8 +434,8 @@ static bool wxHandleSpecialKeys(wxKeyEvent& event)
#ifdef __WXDEBUG__ // FIXME_MGL - remove when KB_sysReq works in MGL!
|| (event.m_keyCode == WXK_F1 &&
event.m_shiftDown && event.m_controlDown)
)
#endif
)
{
wxCaptureScreenshot(event.m_altDown/*only active wnd?*/);
return TRUE;