Commit 3845e9e2 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: remove ... where Needed.

parent c3c34e74
......@@ -406,7 +406,7 @@ QMenu *QVLCMenu::ViewMenu( intf_thread_t *p_intf,
if( mi )
{
act = menu->addAction( QIcon( ":/playlist_menu" ),
qtr( "Play&list..." ), mi,
qtr( "Play&list" ), mi,
SLOT( togglePlaylist() ), qtr( "Ctrl+L" ) );
act->setData( "_static_" );
}
......
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