vlc | branch: master | Francois Cartegnie <[email protected]> | Thu Mar 24 20:30:25 2011 +0100| [4f37741ebab3a3a65b08a8bf07a3cf0e3d6b12b8] | committer: Francois Cartegnie
Qt: media menu: coherency > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4f37741ebab3a3a65b08a8bf07a3cf0e3d6b12b8 --- modules/gui/qt4/menus.cpp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/gui/qt4/menus.cpp b/modules/gui/qt4/menus.cpp index 55813c2..e429c19 100644 --- a/modules/gui/qt4/menus.cpp +++ b/modules/gui/qt4/menus.cpp @@ -350,7 +350,7 @@ QMenu *QVLCMenu::FileMenu( intf_thread_t *p_intf, QWidget *parent ) if( var_InheritBool( p_intf, "qt-recentplay" ) ) { - recentsMenu = new QMenu( qtr( "&Recent Media" ), menu ); + recentsMenu = new QMenu( qtr( "Open &Recent Media" ), menu ); updateRecents( p_intf ); menu->addMenu( recentsMenu ); } @@ -363,7 +363,7 @@ QMenu *QVLCMenu::FileMenu( intf_thread_t *p_intf, QWidget *parent ) #ifdef ENABLE_SOUT addDPStaticEntry( menu, qtr( "Conve&rt / Save..." ), "", SLOT( openAndTranscodingDialogs() ), "Ctrl+R" ); - addDPStaticEntry( menu, qtr( "&Streaming..." ), + addDPStaticEntry( menu, qtr( "&Stream..." ), ":/menu/stream", SLOT( openAndStreamingDialogs() ), "Ctrl+S" ); menu->addSeparator(); #endif _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
