Using egw_keymanager::DELETE instead of EGW_KEY_DELETE

This commit is contained in:
Andreas Stöckel 2011-06-25 14:28:14 +00:00
parent 49e6780f07
commit 8f354a3fbf

View File

@ -733,7 +733,7 @@ class nextmatch_widget
// give all delete actions a delete shortcut
if ($id == 'delete' && !isset($action['shortcut']))
{
$action['shortcut'] = egw_keymanager::shortcut(EGW_KEY_DELETE);
$action['shortcut'] = egw_keymanager::shortcut(egw_keymanager::DELETE);
}
static $egw_action_supported = array( // attributes supported by egw_action