Commit 6bb2c0d1 authored by Rémi Duraffort's avatar Rémi Duraffort

Fix encoding when looking for subtitles (missing qfu).

(cherry picked from commit d8e0025e)
Signed-off-by: default avatarRémi Duraffort <ivoire@videolan.org>
parent 9dc07ecd
...@@ -657,7 +657,7 @@ void DialogsProvider::loadSubtitlesFile() ...@@ -657,7 +657,7 @@ void DialogsProvider::loadSubtitlesFile()
QStringList qsl = showSimpleOpen( qtr( "Open subtitles..." ), QStringList qsl = showSimpleOpen( qtr( "Open subtitles..." ),
EXT_FILTER_SUBTITLE, EXT_FILTER_SUBTITLE,
path ); qfu( path ) );
free( path ); free( path );
foreach( const QString &qsFile, qsl ) foreach( const QString &qsFile, qsl )
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment