moving Reconfigure to LyX menu does not work

This commit is contained in:
Stephan Witt 2012-09-23 15:06:02 +02:00
parent 040374f343
commit 404ef2467c

View 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]);