From 0b93ad3cec4ae11ddff544dfc7380136adbabceb Mon Sep 17 00:00:00 2001 From: Christophe Mutricy Date: Mon, 14 May 2007 15:14:55 +0000 Subject: [PATCH] Qt4 systray: Don't put the played item here now that we have a tooltip --- modules/gui/qt4/main_interface.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/gui/qt4/main_interface.cpp b/modules/gui/qt4/main_interface.cpp index ff22c46ab1..b6398fa74c 100644 --- a/modules/gui/qt4/main_interface.cpp +++ b/modules/gui/qt4/main_interface.cpp @@ -332,8 +332,7 @@ void MainInterface::handleSystrayClick( QSystemTrayIcon::ActivationReason reason this->toggleVisible(); break; case QSystemTrayIcon::MiddleClick: sysTray->showMessage( qtr( "VLC media player" ), - qtr( "Control menu for the player" ) - + nameLabel->text() , + qtr( "Control menu for the player" ), QSystemTrayIcon::Information, 4000 ); break; } -- 2.11.4.GIT