1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-13 12:31:52 +02:00

* Renamed grayscale icon so it won't interfere with the app-icon macro.

This commit is contained in:
Christian Muehlhaeuser 2013-09-07 15:57:50 +02:00
parent 98de8bd9a4
commit 5bb424414f
3 changed files with 2 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 8.7 KiB

After

Width:  |  Height:  |  Size: 8.7 KiB

View File

@ -127,7 +127,7 @@
<file>data/images/spotifycore-logo.png</file>
<file>data/images/share.svg</file>
<file>data/images/process-stop.svg</file>
<file>data/icons/tomahawk-icon-128x128-grayscale.png</file>
<file>data/icons/tomahawk-grayscale-icon-128x128.png</file>
<file>data/images/collection.svg</file>
<file>data/misc/tomahawk_pubkey.pem</file>
<file>data/images/jump-link.svg</file>

View File

@ -42,7 +42,7 @@ TomahawkTrayIcon::TomahawkTrayIcon( QObject* parent )
, m_loveTrackAction( 0 )
{
#ifdef Q_WS_MAC
QIcon icon( RESPATH "icons/tomahawk-icon-128x128-grayscale.png" );
QIcon icon( RESPATH "icons/tomahawk-grayscale-icon-128x128.png" );
#else
QIcon icon( RESPATH "icons/tomahawk-icon-128x128.png" );
#endif