Fixing function name in "CUT", to make cutting events work again, bug 162866

This commit is contained in:
mikep%oeone.com 2002-11-04 14:33:27 +00:00
parent 6607a11769
commit 1639dd23c5
2 changed files with 2 additions and 2 deletions

View File

@ -129,7 +129,7 @@ function cutToClipboard( /* calendarEventArray */)
if( copyToClipboard( calendarEventArray ) )
{
unifinderDeleteCommand( true ); // deletes all selected events without prompting.
deleteEventCommand( true ); // deletes all selected events without prompting.
}
}

View File

@ -129,7 +129,7 @@ function cutToClipboard( /* calendarEventArray */)
if( copyToClipboard( calendarEventArray ) )
{
unifinderDeleteCommand( true ); // deletes all selected events without prompting.
deleteEventCommand( true ); // deletes all selected events without prompting.
}
}