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

@@ -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" );
}