Commit 0b93ad3c authored by Christophe Mutricy's avatar Christophe Mutricy

Qt4 systray: Don't put the played item here now that we have a tooltip

parent 6a8890a9
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment