1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-28 08:10:47 +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

@@ -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