Changed: #878 Fix typos in comments/code

This commit is contained in:
kervala 2010-09-02 11:02:03 +02:00
parent 3bb72a0d06
commit 811b229f52
2 changed files with 8 additions and 6 deletions

View file

@ -305,6 +305,8 @@ bool CWinEventEmitter::processMessage (HWND hWnd, uint32 msg, WPARAM wParam, LPA
case WM_INPUTLANGCHANGE:
if ( _IMEEventsEnabled )
{
// wParam = Specifies the character set of the new locale.
// lParam = Input locale identifier.
server->postEvent( new CEventIME( msg, (uint32)wParam, (uint32)lParam, this ) );
return true; // trap message
}