]> git.lyx.org Git - features.git/commitdiff
moving Reconfigure to LyX menu does not work
authorStephan Witt <switt@lyx.org>
Sun, 23 Sep 2012 13:06:02 +0000 (15:06 +0200)
committerStephan Witt <switt@lyx.org>
Sun, 23 Sep 2012 14:06:55 +0000 (16:06 +0200)
src/frontends/qt4/Menus.cpp

index 8bea71082191f962b5c15a36ce1942892aedcc36..22d1d9e80fc4e2a9e93b32e587d3a85b8613bced 100644 (file)
@@ -1754,8 +1754,8 @@ void Menus::Impl::macxMenuBarInit(GuiView * view, QMenuBar * qmb)
                 QAction::AboutRole},
                {LFUN_DIALOG_SHOW, "prefs", "Preferences",
                 QAction::PreferencesRole},
-               {LFUN_RECONFIGURE, "", "Reconfigure",
-                QAction::ApplicationSpecificRole},
+               /* {LFUN_RECONFIGURE, "", "Reconfigure",
+                QAction::ApplicationSpecificRole}, */
                {LFUN_LYX_QUIT, "", "Quit LyX", QAction::QuitRole}
        };
        const size_t num_entries = sizeof(entries) / sizeof(entries[0]);