Commit ab196191 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

file: show directory config items in a separate section

parent 4fbef00c
...@@ -73,8 +73,7 @@ vlc_module_begin () ...@@ -73,8 +73,7 @@ vlc_module_begin ()
set_callbacks( Open, Close ) set_callbacks( Open, Close )
add_submodule() add_submodule()
set_shortname( N_("Directory" ) ) set_section( N_("Directory" ), NULL )
set_description( N_("Directory input") )
set_capability( "access", 55 ) set_capability( "access", 55 )
add_string( "recursive", "expand" , RECURSIVE_TEXT, add_string( "recursive", "expand" , RECURSIVE_TEXT,
RECURSIVE_LONGTEXT, false ) RECURSIVE_LONGTEXT, false )
......
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