diff --git a/data/icons/tomahawk-icon-128x128-grayscale.png b/data/icons/tomahawk-grayscale-icon-128x128.png similarity index 100% rename from data/icons/tomahawk-icon-128x128-grayscale.png rename to data/icons/tomahawk-grayscale-icon-128x128.png diff --git a/resources.qrc b/resources.qrc index 871b81d2e..d8091c93b 100644 --- a/resources.qrc +++ b/resources.qrc @@ -127,7 +127,7 @@ data/images/spotifycore-logo.png data/images/share.svg data/images/process-stop.svg - data/icons/tomahawk-icon-128x128-grayscale.png + data/icons/tomahawk-grayscale-icon-128x128.png data/images/collection.svg data/misc/tomahawk_pubkey.pem data/images/jump-link.svg diff --git a/src/tomahawk/TomahawkTrayIcon.cpp b/src/tomahawk/TomahawkTrayIcon.cpp index a5c378e91..c23a0ad08 100644 --- a/src/tomahawk/TomahawkTrayIcon.cpp +++ b/src/tomahawk/TomahawkTrayIcon.cpp @@ -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