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

* Use new queue icon.

This commit is contained in:
Christian Muehlhaeuser 2014-08-25 13:28:01 +02:00
parent dd92203237
commit f3674626dc
2 changed files with 2 additions and 1 deletions

View File

@ -84,6 +84,7 @@
<file>data/images/new-additions.svg</file>
<file>data/images/charts.svg</file>
<file>data/images/new-releases.svg</file>
<file>data/images/queue.svg</file>
<file>data/images/loved_playlist.svg</file>
<file>data/images/dashboard.svg</file>
<file>data/images/artist-icon.svg</file>

View File

@ -34,7 +34,7 @@ QueueItem::QueueItem( SourcesModel* model, SourceTreeItem* parent )
, m_sortValue( -150 )
{
m_text = tr( "Queue" );
m_icon = ImageRegistry::instance()->icon( RESPATH "images/new-releases.svg" );
m_icon = ImageRegistry::instance()->icon( RESPATH "images/queue.svg" );
}