Remove the quit option from the music menu on mac in non-English.

Fixes issue #556
This commit is contained in:
John Maguire 2010-10-13 14:15:32 +00:00
parent 8d1ea72b95
commit a425dddd7d
1 changed files with 2 additions and 0 deletions

View File

@ -472,6 +472,8 @@ MainWindow::MainWindow(NetworkAccessManager* network, Engine::Type engine, QWidg
ui_->action_configure->setMenuRole(QAction::PreferencesRole);
// Force this menu to be the app "About".
ui_->action_about->setMenuRole(QAction::AboutRole);
// Force this menu to be the app "Quit".
ui_->action_quit->setMenuRole(QAction::QuitRole);
#endif
// Global shortcuts