]> git.sesse.net Git - vlc/commitdiff
i18: Translate one more string
authorChristophe Mutricy <xtophe@videolan.org>
Tue, 11 Nov 2008 20:07:48 +0000 (20:07 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Tue, 11 Nov 2008 23:30:34 +0000 (23:30 +0000)
modules/gui/qt4/dialogs_provider.cpp

index 12d05f0664c782fce568f25f38cb50911cbb89ea..30d19023ba44ca01554855a31239f31c95519f78 100644 (file)
@@ -372,7 +372,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 );
 }