Commit 521fdd92 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: add an accelerator and respect the Naming conventions for the menus.

parent 969e7a01
......@@ -325,7 +325,7 @@ QMenu *QVLCMenu::FileMenu( intf_thread_t *p_intf )
menu->addSeparator();
recentsMenu = new QMenu( qtr( "Recently played" ), menu );
recentsMenu = new QMenu( qtr( "Recently &Played" ), menu );
updateRecents( p_intf );
menu->addMenu( recentsMenu );
menu->addSeparator();
......
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