Commit beb97f90 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - Fix the VLM Input selection

parent a53156c6
...@@ -292,7 +292,7 @@ void VLMDialog::clearWidgets() ...@@ -292,7 +292,7 @@ void VLMDialog::clearWidgets()
void VLMDialog::selectInput() void VLMDialog::selectInput()
{ {
OpenDialog *o = OpenDialog::getInstance( this, p_intf, 0, true ); OpenDialog *o = OpenDialog::getInstance( this, p_intf, SELECT, true );
o->exec(); o->exec();
ui.inputLedit->setText( o->getMRL() ); ui.inputLedit->setText( o->getMRL() );
} }
......
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