]> git.sesse.net Git - vlc/commitdiff
Qt: add an accelerator and respect the Naming conventions for the menus.
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 31 Dec 2008 12:33:33 +0000 (13:33 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 31 Dec 2008 12:43:09 +0000 (13:43 +0100)
modules/gui/qt4/menus.cpp

index 4419df426166528e5f272b90c858c56f2add0ad1..02d638a24ce5434b277898706c1bf9ec82129e9b 100644 (file)
@@ -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();