Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
d8e0025e
Commit
d8e0025e
authored
Jul 02, 2009
by
ivoire
Browse files
Fix encoding when looking for subtitles (missing qfu).
parent
be0f5959
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/dialogs_provider.cpp
View file @
d8e0025e
...
...
@@ -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
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment