[vlc-commits] "Speed" menu item is not localizable

Alexander Law git at videolan.org
Wed Dec 21 02:30:26 CET 2011


vlc/vlc-1.2 | branch: master | Alexander Law <exclusion at gmail.com> | 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 <jb at videolan.org>
(cherry picked from commit 60240804e086e1b2376846c2c59f2b4ed5843bb2)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> 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 )



More information about the vlc-commits mailing list