mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 10:18:50 +00:00
* Menus.cpp: Spelling.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31316 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b21794071f
commit
3ad2817292
@ -857,8 +857,8 @@ void MenuDefinition::expandFormats(MenuItem::Kind kind, Buffer const * buf)
|
||||
QString smenue;
|
||||
if (view_update)
|
||||
smenue = (kind == MenuItem::ViewFormats ?
|
||||
qt_("View [Other Formats]|F")
|
||||
: qt_("Update [Other Formats]|p"));
|
||||
qt_("View (Other Formats)|F")
|
||||
: qt_("Update (Other Formats)|p"));
|
||||
MenuItem item(MenuItem::Submenu, smenue);
|
||||
item.setSubmenu(MenuDefinition(smenue));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user