From: Christophe Mutricy Date: Mon, 14 May 2007 15:14:55 +0000 (+0000) Subject: Qt4 systray: Don't put the played item here now that we have a tooltip X-Git-Tag: 0.9.0-test0~7442 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=0b93ad3cec4ae11ddff544dfc7380136adbabceb;p=vlc Qt4 systray: Don't put the played item here now that we have a tooltip --- 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; }