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
GSoC
GSoC2018
macOS
vlc
Commits
beb97f90
Commit
beb97f90
authored
Feb 08, 2008
by
Jean-Baptiste Kempf
Browse files
Qt4 - Fix the VLM Input selection
parent
a53156c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/dialogs/vlm.cpp
View file @
beb97f90
...
...
@@ -292,7 +292,7 @@ void VLMDialog::clearWidgets()
void
VLMDialog
::
selectInput
()
{
OpenDialog
*
o
=
OpenDialog
::
getInstance
(
this
,
p_intf
,
0
,
true
);
OpenDialog
*
o
=
OpenDialog
::
getInstance
(
this
,
p_intf
,
SELECT
,
true
);
o
->
exec
();
ui
.
inputLedit
->
setText
(
o
->
getMRL
()
);
}
...
...
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