Fixing function name for pressing delete key.

This commit is contained in:
mikep%oeone.com 2002-10-30 21:45:50 +00:00
parent 3133a1cf8b
commit f12a078f53

View File

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