remove bogus '=' (sr=kin; a=leaf)

This commit is contained in:
brade%netscape.com 2002-02-06 18:19:39 +00:00
Родитель 99993747a3
Коммит 97c204f26e
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -814,7 +814,7 @@ var gEditorOutputProgressListener =
// cmanske to investigate these issues
var saveCheck = {value:savePW};
return = promptServ.promptPassword(window, dlgTitle, text, pw, GetString("SavePassword"), saveCheck);
return promptServ.promptPassword(window, dlgTitle, text, pw, GetString("SavePassword"), saveCheck);
}
}