X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6e34a9e443ee70a8e243198e86d85f110a8a53cc..1948ff5f89188afabbe0d538ab33545e3c94cbac:/src/msw/ole/activex.cpp?ds=sidebyside diff --git a/src/msw/ole/activex.cpp b/src/msw/ole/activex.cpp index d0652d4bcc..654fe80c3a 100644 --- a/src/msw/ole/activex.cpp +++ b/src/msw/ole/activex.cpp @@ -4,7 +4,6 @@ // Author: Ryan Norton , Lindsay Mathieson // Modified by: // Created: 11/07/04 -// RCS-ID: $Id$ // Copyright: (c) 2003 Lindsay Mathieson, (c) 2005 Ryan Norton // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -1269,7 +1268,7 @@ void wxActiveXContainer::OnKillFocus(wxFocusEvent& event) // wxActiveXContainer::MSWTranslateMessage // // Called for every message that needs to be translated. -// Some controls might need more keyboard keys to process (CTRL-C, CTRL-A ect), +// Some controls might need more keyboard keys to process (CTRL-C, CTRL-A etc), // In that case TranslateAccelerator should always be called first. //--------------------------------------------------------------------------- bool wxActiveXContainer::MSWTranslateMessage(WXMSG* pMsg)