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
5dfbca91
Commit
5dfbca91
authored
Mar 27, 2007
by
yoann
Browse files
* browse subtitles: do nothing if the user clicked on Cancel
parent
d17161c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/components/open.cpp
View file @
5dfbca91
...
...
@@ -156,6 +156,7 @@ void FileOpenPanel::browseFileSub()
QStringList
files
=
THEDP
->
showSimpleOpen
(
qtr
(
"Open subtitles file"
),
EXT_FILTER_SUBTITLE
,
dialogBox
->
directory
().
absolutePath
()
);
if
(
files
.
isEmpty
()
)
return
;
ui
.
subInput
->
setEditText
(
files
.
join
(
" "
)
);
updateMRL
();
}
...
...
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