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
Родитель ceaf12d137
Коммит cd43cd7b62
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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