[vlc-commits] commit: qt4: add tooltip to playlist viewchange-button (Ilkka Ollakka )

git at videolan.org git at videolan.org
Sun Apr 18 19:37:48 CEST 2010


vlc/vlc-1.1 | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Sat Apr 17 15:54:04 2010 +0300| [7b84e2969fff1e1a418f4a2b5986002f5bc540da] | committer: Jean-Baptiste Kempf 

qt4: add tooltip to playlist viewchange-button
(cherry picked from commit 990437d4a5ef58caeb0ec0ef8cd1bdd37710cd25)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=7b84e2969fff1e1a418f4a2b5986002f5bc540da
---

 .../gui/qt4/components/playlist/standardpanel.cpp  |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/gui/qt4/components/playlist/standardpanel.cpp b/modules/gui/qt4/components/playlist/standardpanel.cpp
index 6dcf065..45b9938 100644
--- a/modules/gui/qt4/components/playlist/standardpanel.cpp
+++ b/modules/gui/qt4/components/playlist/standardpanel.cpp
@@ -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 */



More information about the vlc-commits mailing list