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

git-svn-id: svn://10.0.0.236/trunk@132929 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mikep%oeone.com 2002-11-04 14:33:27 +00:00
parent 773ce670f1
commit 5ddb4d02a5
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.
}
}