vlc/vlc-1.2 | branch: master | Alexander Law <[email protected]> | Tue Dec 20 14:13:42 2011 +0400| [297cd463ca7dae1f398e3034138d1238c6a8ebf6] | committer: Jean-Baptiste Kempf
"Speed" menu item is not localizable Signed-off-by: Jean-Baptiste Kempf <[email protected]> (cherry picked from commit 60240804e086e1b2376846c2c59f2b4ed5843bb2) Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=297cd463ca7dae1f398e3034138d1238c6a8ebf6 --- 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 55ae7b7..521fa50 100644 --- a/modules/gui/qt4/menus.cpp +++ b/modules/gui/qt4/menus.cpp @@ -800,7 +800,7 @@ void VLCMenuBar::PopupMenuControlEntries( QMenu *menu, intf_thread_t *p_intf, bool b_normal ) { QAction *action; - QMenu *rateMenu = new QMenu( "Sp&eed" ); + QMenu *rateMenu = new QMenu( qtr( "Sp&eed" ) ); rateMenu->setTearOffEnabled( true ); if( b_normal ) _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
