[vlc-devel] commit: i18: Translate one more string (Christophe Mutricy )

git version control git at videolan.org
Wed Nov 12 00:44:20 CET 2008


vlc | branch: 0.9-bugfix | Christophe Mutricy <xtophe at videolan.org> | Tue Nov 11 20:07:48 2008 +0000| [13b8ee370c601da0db4548a6cd228907a9f0262d] | committer: Christophe Mutricy 

i18: Translate one more string
(cherry picked from commit 24e636d13505e7e5a04118a152463c140ca22bf3)

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

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

diff --git a/modules/gui/qt4/dialogs_provider.cpp b/modules/gui/qt4/dialogs_provider.cpp
index e1e5968..0182f35 100644
--- a/modules/gui/qt4/dialogs_provider.cpp
+++ b/modules/gui/qt4/dialogs_provider.cpp
@@ -370,7 +370,7 @@ QStringList DialogsProvider::showSimpleOpen( QString help,
     fileTypes.replace(QString(";*"), QString(" *"));
 
     return QFileDialog::getOpenFileNames( NULL,
-        help.isEmpty() ? qfu(I_OP_SEL_FILES ) : help,
+        help.isEmpty() ? qtr(I_OP_SEL_FILES ) : help,
         path.isEmpty() ? qfu( p_intf->p_sys->psz_filepath ) : path,
         fileTypes );
 }




More information about the vlc-devel mailing list