From: Václav Slavík Date: Sun, 8 Sep 2002 22:12:09 +0000 (+0000) Subject: compilation fixc X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/197b1626418698e0a9180d5f568bc3722335b51d compilation fixc git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17087 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mgl/window.cpp b/src/mgl/window.cpp index 32d7e9936b..1b6606e260 100644 --- a/src/mgl/window.cpp +++ b/src/mgl/window.cpp @@ -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;