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