forked from extern/egroupware
Using egw_keymanager::DELETE instead of EGW_KEY_DELETE
This commit is contained in:
parent
49e6780f07
commit
8f354a3fbf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user