Fixing function name for pressing delete key.

This commit is contained in:
mikep%oeone.com 2002-10-30 21:45:50 +00:00
Родитель 0980e7538f
Коммит 445aed8ee5
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -722,7 +722,7 @@ function deleteEventCommand( DoNotConfirm )
{
if( unifinderToDoHasFocus() )
{
unifinderDeleteToDoCommand( DoNotConfirm );
deleteToDoCommand( DoNotConfirm );
return;
}