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
Родитель 6607a11769
Коммит 1639dd23c5
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -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.
}
}

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

@ -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.
}
}