Maybe fix mac compilation

This commit is contained in:
David Sansome 2010-06-23 16:50:22 +00:00
parent 88d1c7518a
commit 68053e791d
1 changed files with 1 additions and 1 deletions

View File

@ -398,7 +398,7 @@ MainWindow::MainWindow(NetworkAccessManager* network, Engine::Type engine, QWidg
#ifdef Q_OS_DARWIN
// Add check for updates item to application menu.
QAction* check_updates = ui_->menuSettings->addAction(tr("Check for updates..."));
QAction* check_updates = ui_->menuTools->addAction(tr("Check for updates..."));
check_updates->setMenuRole(QAction::ApplicationSpecificRole);
connect(check_updates, SIGNAL(triggered(bool)), SLOT(CheckForUpdates()));