Commit d8e0025e authored by Rémi Duraffort's avatar Rémi Duraffort

Fix encoding when looking for subtitles (missing qfu).

parent be0f5959
......@@ -657,7 +657,7 @@ void DialogsProvider::loadSubtitlesFile()
QStringList qsl = showSimpleOpen( qtr( "Open subtitles..." ),
EXT_FILTER_SUBTITLE,
path );
qfu( path ) );
free( path );
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