[vlc-devel] commit: Qt: add an accelerator and respect the Naming conventions for the menus. ( Jean-Baptiste Kempf )

git version control git at videolan.org
Wed Dec 31 13:44:17 CET 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Dec 31 13:33:33 2008 +0100| [521fdd92095067b3087444325db9c6f497732755] | committer: Jean-Baptiste Kempf 

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

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=521fdd92095067b3087444325db9c6f497732755
---

 modules/gui/qt4/menus.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/menus.cpp b/modules/gui/qt4/menus.cpp
index 4419df4..02d638a 100644
--- a/modules/gui/qt4/menus.cpp
+++ b/modules/gui/qt4/menus.cpp
@@ -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();




More information about the vlc-devel mailing list