mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-01-17 22:38:33 +01:00
* Use whatsnew.svg instead of png.
This commit is contained in:
parent
70ce989748
commit
1faf7e6ce4
Binary file not shown.
Before Width: | Height: | Size: 3.1 KiB |
@ -205,6 +205,6 @@
|
||||
<file>data/www/index.html</file>
|
||||
<file>data/images/beatsmusic.svg</file>
|
||||
<file>data/images/ipv6-logo.svg</file>
|
||||
<file>data/images/whatsnew.png</file>
|
||||
<file>data/images/whatsnew.svg</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
@ -177,7 +177,7 @@ ActionCollection::createMenuBar( QWidget *parent )
|
||||
helpMenu->addAction( m_actionCollection[ "diagnostics" ] );
|
||||
helpMenu->addAction( m_actionCollection[ "openLogfile" ] );
|
||||
helpMenu->addAction( m_actionCollection[ "legalInfo" ] );
|
||||
QMenu* whatsNew = helpMenu->addMenu( ImageRegistry::instance()->icon( RESPATH "images/whatsnew.png" ), tr("What's new in ..") );
|
||||
QMenu* whatsNew = helpMenu->addMenu( ImageRegistry::instance()->icon( RESPATH "images/whatsnew.svg" ), tr( "What's new in ..." ) );
|
||||
whatsNew->addAction( m_actionCollection[ "whatsnew_0_8" ] );
|
||||
helpMenu->addAction( m_actionCollection[ "aboutTomahawk" ] );
|
||||
|
||||
@ -244,7 +244,7 @@ ActionCollection::createCompactMenu( QWidget *parent )
|
||||
compactMenu->addAction( m_actionCollection[ "diagnostics" ] );
|
||||
compactMenu->addAction( m_actionCollection[ "openLogfile" ] );
|
||||
compactMenu->addAction( m_actionCollection[ "legalInfo" ] );
|
||||
QMenu* whatsNew = compactMenu->addMenu( ImageRegistry::instance()->icon( RESPATH "images/whatsnew.png" ), tr("What's new in ..") );
|
||||
QMenu* whatsNew = compactMenu->addMenu( ImageRegistry::instance()->icon( RESPATH "images/whatsnew.svg" ), tr( "What's new in ..." ) );
|
||||
whatsNew->addAction( m_actionCollection[ "whatsnew_0_8" ] );
|
||||
compactMenu->addAction( m_actionCollection[ "aboutTomahawk" ] );
|
||||
|
||||
|
@ -85,7 +85,7 @@ public:
|
||||
const QString defaultName() { return WHATSNEW_0_8_VIEWPAGE_NAME; }
|
||||
QString title() const { return tr( "What's new in 0.8?" ); }
|
||||
QString description() const { return tr( "An overview of the changes and additions since 0.7." ); }
|
||||
const QString pixmapPath() const { return ( RESPATH "images/whatsnew.png" ); }
|
||||
const QString pixmapPath() const { return ( RESPATH "images/whatsnew.svg" ); }
|
||||
|
||||
bool addPageItem() const;
|
||||
bool isDeletable() const { return true; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user