diff --git a/src/tomahawkwindow.cpp b/src/tomahawkwindow.cpp index 47e5b8394..d3bd49c28 100644 --- a/src/tomahawkwindow.cpp +++ b/src/tomahawkwindow.cpp @@ -150,6 +150,10 @@ TomahawkWindow::TomahawkWindow( QWidget* parent ) toolbar->setToolButtonStyle( Qt::ToolButtonFollowStyle ); toolbar->installEventFilter( new WidgetDragFilter( toolbar ) ); +#ifndef Q_WS_MAC + ui->menuHelp->insertSeparator( 1 ); +#endif + #if defined( Q_OS_DARWIN ) && defined( HAVE_SPARKLE ) QAction* checkForUpdates = ui->menu_Help->addAction( tr( "Check For Updates...") ); checkForUpdates->setMenuRole( QAction::ApplicationSpecificRole ); diff --git a/src/tomahawkwindow.ui b/src/tomahawkwindow.ui index ece2c6407..092aea983 100644 --- a/src/tomahawkwindow.ui +++ b/src/tomahawkwindow.ui @@ -35,7 +35,7 @@ 0 0 1000 - 20 + 22 @@ -84,7 +84,6 @@ &Help - @@ -187,6 +186,9 @@ Diagnostics... + + QAction::ApplicationSpecificRole +