]> git.sesse.net Git - vlc/commitdiff
Qt: new icon for new profile.
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 6 Feb 2009 10:02:20 +0000 (11:02 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 6 Feb 2009 10:02:20 +0000 (11:02 +0100)
modules/gui/qt4/components/sout/profile_selector.cpp
modules/gui/qt4/pixmaps/profile_new.png [new file with mode: 0644]
modules/gui/qt4/vlc.qrc

index 9dd0f7b855ba1eb9b5411673b13fc2abe7af3fb3..b52d17f913567d6448ca3a8ff9eb915db4570462 100644 (file)
@@ -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);
 
diff --git a/modules/gui/qt4/pixmaps/profile_new.png b/modules/gui/qt4/pixmaps/profile_new.png
new file mode 100644 (file)
index 0000000..cddf7a2
Binary files /dev/null and b/modules/gui/qt4/pixmaps/profile_new.png differ
index 39389db7c684f0a4b80ffbb8d3193b7edfdacbd2..9a3c2e3cb23f817f3f5decef117c983b6ea11d6a 100644 (file)
@@ -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>