зеркало из https://github.com/mozilla/pjs.git
Fix mistake in previous nit fix from bug 432389
This commit is contained in:
Родитель
ceaf12d137
Коммит
cd43cd7b62
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче