[vlc-commits] commit: Qt: forgotten translation (Jean-Baptiste	Kempf )
    git at videolan.org 
    git at videolan.org
       
    Tue Apr 27 01:33:00 CEST 2010
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Apr 27 01:32:35 2010 +0200| [27dd41ca889bdd55ee92f914d933be28e68f7d9e] | committer: Jean-Baptiste Kempf 
Qt: forgotten translation
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=27dd41ca889bdd55ee92f914d933be28e68f7d9e
---
 modules/gui/qt4/components/playlist/playlist.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/components/playlist/playlist.cpp b/modules/gui/qt4/components/playlist/playlist.cpp
index d233a01..01547f9 100644
--- a/modules/gui/qt4/components/playlist/playlist.cpp
+++ b/modules/gui/qt4/components/playlist/playlist.cpp
@@ -51,7 +51,7 @@ PlaylistWidget::PlaylistWidget( intf_thread_t *_p_i, QWidget *_par )
     /* Source Selector */
     selector = new PLSelector( this, p_intf );
 
-    QLabel *selLabel = new QLabel( "Media Browser" );
+    QLabel *selLabel = new QLabel( qtr( "Media Browser" ) );
     QFont font;
     font.setBold( true );
     selLabel->setFont( font );
    
    
More information about the vlc-commits
mailing list