1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-12 09:04:33 +02:00

fix menu addition

This commit is contained in:
Leo Franchi
2011-05-07 10:16:58 -04:00
parent 0c5536bf78
commit b8f6192014

View File

@@ -151,7 +151,7 @@ TomahawkWindow::TomahawkWindow( QWidget* parent )
toolbar->installEventFilter( new WidgetDragFilter( toolbar ) );
#ifndef Q_WS_MAC
ui->menuHelp->insertSeparator( 1 );
ui->menu_Help->insertSeparator( ui->actionAboutTomahawk );
#endif
#if defined( Q_OS_DARWIN ) && defined( HAVE_SPARKLE )