mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
MacOSX compilation fix.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15230 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d14d514840
commit
6c2577d98d
@ -162,7 +162,7 @@ void QLMenubar::macxMenuBarInit()
|
|||||||
mac_menubar_.reset(new QMenuBar);
|
mac_menubar_.reset(new QMenuBar);
|
||||||
|
|
||||||
// this is the name of the menu that contains our special entries
|
// this is the name of the menu that contains our special entries
|
||||||
menubackend_.specialMenu("LyX");
|
menubackend_.specialMenu(lyx::from_ascii("LyX"));
|
||||||
// make sure that the special entries are added to the first
|
// make sure that the special entries are added to the first
|
||||||
// menu even before this menu has been opened.
|
// menu even before this menu has been opened.
|
||||||
//name_map_[menubackend_.getMenubar().begin()->submenuname()]->update();
|
//name_map_[menubackend_.getMenubar().begin()->submenuname()]->update();
|
||||||
|
Loading…
Reference in New Issue
Block a user