Commit e96986fe authored by Clément Stenac's avatar Clément Stenac

s/access/access2

parent fbc79bf7
...@@ -170,7 +170,7 @@ vlc_module_begin(); ...@@ -170,7 +170,7 @@ vlc_module_begin();
add_integer( "dvb-hierarchy", 0, NULL, HIERARCHY_TEXT, HIERARCHY_LONGTEXT, add_integer( "dvb-hierarchy", 0, NULL, HIERARCHY_TEXT, HIERARCHY_LONGTEXT,
VLC_TRUE ); VLC_TRUE );
set_capability( "access", 0 ); set_capability( "access2", 0 );
add_shortcut( "dvb" ); add_shortcut( "dvb" );
add_shortcut( "dvb-s" ); add_shortcut( "dvb-s" );
add_shortcut( "qpsk" ); add_shortcut( "qpsk" );
......
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