mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
* Menus.cpp: fix accelerator
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37966 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
559fd36cb5
commit
900b896fdc
@ -661,7 +661,7 @@ bool MenuDefinition::hasFunc(FuncRequest const & func) const
|
||||
void MenuDefinition::catSub(docstring const & name)
|
||||
{
|
||||
add(MenuItem(MenuItem::Submenu,
|
||||
qt_("&More..."), toqstr(name), QString(), false));
|
||||
qt_("More...|M"), toqstr(name), QString(), false));
|
||||
}
|
||||
|
||||
void MenuDefinition::cat(MenuDefinition const & other)
|
||||
|
Loading…
Reference in New Issue
Block a user