[vlc-commits] "Speed" menu item is not localizable
    Alexander Law 
    git at videolan.org
       
    Wed Dec 21 01:42:43 CET 2011
    
    
  
vlc | branch: master | Alexander Law <exclusion at gmail.com> | Tue Dec 20 14:13:42 2011 +0400| [60240804e086e1b2376846c2c59f2b4ed5843bb2] | committer: Jean-Baptiste Kempf
"Speed" menu item is not localizable
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=60240804e086e1b2376846c2c59f2b4ed5843bb2
---
 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