updating/fixing for current syntax

This commit is contained in:
sdagley%netscape.com 1999-04-24 05:07:18 +00:00
Родитель 684d95631f
Коммит c96702c60f
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -129,10 +129,10 @@ nsresult nsKeyBindMgr::ProcessKeyEvent(
nsString theChar = tempChar;
// NOTE - convert theChar and keyName to upper
if (theChar == keyName) {
keyElement->GetAttribute(nsAutoString("modifiedcommand"), modCommand);
keyElement->GetAttribute(nsAutoString("modifiercommand"), modCommand);
keyElement->GetAttribute(nsAutoString("modifiershift"), modShift);
keyElement->GetAttribute(nsAutoString("modifieralt"), modAlt);
keyElement->GetAttribute(nsAutoString("onclick"), cmdToExecute);
keyElement->GetAttribute(nsAutoString("onkeypress"), cmdToExecute);
do {
// Test Command attribute
#ifdef XP_MAC