]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/playlist/standardpanel.cpp
qt4: add tooltip to playlist viewchange-button
[vlc] / modules / gui / qt4 / components / playlist / standardpanel.cpp
index 6dcf065576c105c913d93277ee2f655153db3ba0..45b9938fc2a584b6ba19a2aad9d7267bcd3c562b 100644 (file)
@@ -96,6 +96,7 @@ StandardPLPanel::StandardPLPanel( PlaylistWidget *_parent,
     /* Button to switch views */
     QToolButton *viewButton = new QToolButton( this );
     viewButton->setIcon( style()->standardIcon( QStyle::SP_FileDialogDetailedView ) );
+    viewButton->setToolTip( qtr("Change playlistview"));
     layout->addWidget( viewButton, 0, 1 );
 
     /* View selection menu */