mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Add mnemonic.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37964 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
2b689dd834
commit
75f45e3912
@ -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..."), toqstr(name), QString(), false));
|
||||
}
|
||||
|
||||
void MenuDefinition::cat(MenuDefinition const & other)
|
||||
|
Loading…
Reference in New Issue
Block a user