Commit a18c1668 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: new icon for new profile.

parent 340272f8
......@@ -29,7 +29,7 @@ VLCProfileSelector::VLCProfileSelector( QWidget *_parent ): QWidget( _parent )
layout->addWidget( deleteButton );
QToolButton *newButton = new QToolButton( this );
// newButton->setIcon( QIcon( ":/clear" ) );
newButton->setIcon( QIcon( ":/new" ) );
newButton->setToolTip( qtr( "Create a new profile" ) );
layout->addWidget(newButton);
......
......@@ -89,5 +89,6 @@
<file alias="noart.png">pixmaps/noart.png</file>
<file alias="space">pixmaps/space.png</file>
<file>pixmaps/go-next.png</file>
<file alias="new.png">pixmaps/profile_new.png</file>
</qresource>
</RCC>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment