Fix mistake in previous nit fix from bug 432389

This commit is contained in:
gavin@gavinsharp.com 2008-05-08 18:58:17 -07:00
parent ae5c727a04
commit 56df672277

View File

@ -4248,7 +4248,7 @@ GetUSLayoutCharFromKeyTranslate(UInt32 aKeyCode, UInt32 aModifiers)
// normal chars
PRUint32 unshiftedChar = GetUniCharFromKeyTranslate(kt, key, lockState);
Uint32 shiftLockMod = shiftKey | lockState;
UInt32 shiftLockMod = shiftKey | lockState;
PRUint32 shiftedChar = GetUniCharFromKeyTranslate(kt, key, shiftLockMod);
// characters generated with Cmd key