mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Revert that part
We don't want to lose the shortcuts.
This commit is contained in:
parent
91a5263d68
commit
7c5d243e71
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user