mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-19 23:39:42 +01:00
* Put About Tomahawk at the bottom of the Help menu.
This commit is contained in:
parent
ee48556599
commit
1f966e1566
@ -158,12 +158,12 @@ ActionCollection::createMenuBar( QWidget *parent )
|
||||
|
||||
QMenu *helpMenu = new QMenu( tr( "&Help" ), menuBar );
|
||||
helpMenu->addAction( m_actionCollection[ "diagnostics" ] );
|
||||
helpMenu->addAction( m_actionCollection[ "aboutTomahawk" ] );
|
||||
helpMenu->addAction( m_actionCollection[ "legalInfo" ] );
|
||||
helpMenu->addAction( m_actionCollection[ "aboutTomahawk" ] );
|
||||
|
||||
// Setup update check
|
||||
#ifndef Q_OS_MAC
|
||||
helpMenu->insertSeparator( m_actionCollection[ "aboutTomahawk" ] );
|
||||
helpMenu->insertSeparator( m_actionCollection[ "legalInfo" ] );
|
||||
#endif
|
||||
|
||||
#if defined( Q_OS_MAC ) && defined( HAVE_SPARKLE )
|
||||
|
Loading…
x
Reference in New Issue
Block a user