]> git.lyx.org Git - lyx.git/commitdiff
MacOSX compilation fix.
authorAbdelrazak Younes <younes@lyx.org>
Wed, 4 Oct 2006 09:34:56 +0000 (09:34 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Wed, 4 Oct 2006 09:34:56 +0000 (09:34 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@15230 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/QLMenubar.C

index 57fae6918f68af8f62d84d36602c3c9aa70f9f14..67a8e60798cd495e3b13f49c2ae47812206df693 100644 (file)
@@ -162,7 +162,7 @@ void QLMenubar::macxMenuBarInit()
        mac_menubar_.reset(new QMenuBar);
 
        // 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
        // menu even before this menu has been opened.
        //name_map_[menubackend_.getMenubar().begin()->submenuname()]->update();