Commit 651671b0 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - minimal change of naming.

parent ffd947ce
...@@ -675,7 +675,7 @@ void QVLCMenu::updateSystrayMenu( MainInterface *mi, ...@@ -675,7 +675,7 @@ void QVLCMenu::updateSystrayMenu( MainInterface *mi,
if( mi->isVisible() || b_force_visible ) if( mi->isVisible() || b_force_visible )
{ {
sysMenu->addAction( QIcon( ":/vlc16.png" ), sysMenu->addAction( QIcon( ":/vlc16.png" ),
qtr( "Hide VLC media player" ), mi, qtr( "Hide VLC media player in taskbar" ), mi,
SLOT( toggleUpdateSystrayMenu() ) ); SLOT( toggleUpdateSystrayMenu() ) );
} }
else else
......
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