Revert that part

We don't want to lose the shortcuts.
This commit is contained in:
Juergen Spitzmueller 2018-08-08 15:14:26 +02:00
parent 91a5263d68
commit 7c5d243e71

View File

@ -1131,7 +1131,7 @@ void MenuDefinition::expandFormats(MenuItem::Kind const kind, Buffer const * buf
docstring lbl = (kind == MenuItem::ViewFormats
? bformat(_("View [%1$s]|V"), label)
: bformat(_("Update [%1$s]|U"), label));
add(MenuItem(MenuItem::Command, toqstr(lbl), FuncRequest(action, f->name())));
add(MenuItem(MenuItem::Command, toqstr(lbl), FuncRequest(action)));
continue;
}
break;