[vlc-devel] commit: i18: Translate one more string (Christophe Mutricy )
git version control
git at videolan.org
Wed Nov 12 00:31:18 CET 2008
vlc | branch: master | Christophe Mutricy <xtophe at videolan.org> | Tue Nov 11 20:07:48 2008 +0000| [24e636d13505e7e5a04118a152463c140ca22bf3] | committer: Christophe Mutricy
i18: Translate one more string
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=24e636d13505e7e5a04118a152463c140ca22bf3
---
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 12d05f0..30d1902 100644
--- a/modules/gui/qt4/dialogs_provider.cpp
+++ b/modules/gui/qt4/dialogs_provider.cpp
@@ -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 );
}
More information about the vlc-devel
mailing list