Commit 89c1ffd3 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Set the priority for qt4 / dialog_provider higher than wx

parent be0f7096
......@@ -55,7 +55,7 @@ vlc_module_begin();
add_submodule();
set_description( "Dialogs provider" );
set_capability( "dialogs provider", 49 );
set_capability( "dialogs provider", 51 );
add_bool( "qt-always-video", VLC_FALSE, NULL, "FIXME", "FIXME", VLC_TRUE );
set_callbacks( OpenDialogs, Close );
vlc_module_end();
......
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