[vlc-devel] commit: qt4: i18n fix (Christophe Mutricy )

git version control git at videolan.org
Mon Aug 4 23:35:24 CEST 2008


vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Mon Aug  4 21:25:05 2008 +0100| [41139dae997e3b59fcbbd465013768a29d173f1e] | committer: Christophe Mutricy 

qt4: i18n fix

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=41139dae997e3b59fcbbd465013768a29d173f1e
---

 modules/gui/qt4/dialogs/preferences.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/dialogs/preferences.cpp b/modules/gui/qt4/dialogs/preferences.cpp
index b22288c..d8884aa 100644
--- a/modules/gui/qt4/dialogs/preferences.cpp
+++ b/modules/gui/qt4/dialogs/preferences.cpp
@@ -63,7 +63,7 @@ PrefsDialog::PrefsDialog( QWidget *parent, intf_thread_t *_p_intf )
     main_panel->setLayout( main_panel_l );
 
     /* Choice for types */
-    types = new QGroupBox( "Show settings" );
+    types = new QGroupBox( qtr("Show settings") );
     types->setAlignment( Qt::AlignHCenter );
     QHBoxLayout *types_l = new QHBoxLayout;
     types_l->setSpacing( 3 ); types_l->setMargin( 3 );




More information about the vlc-devel mailing list