Commit 5e6a8181 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

luahttp: files forgotten in previous commit

parent 2e0b8c15
......@@ -81,7 +81,7 @@ static const struct
{ "luatelnet", "telnet" },
{ "telnet", "telnet" },
{ "luahttp", "http" },
/* { "http", "http" }, */
{ "http", "http" },
{ NULL, NULL } };
static const char *WordInList( const char *psz_list, const char *psz_word )
......
......@@ -98,7 +98,7 @@ vlc_module_begin ()
set_description( N_("Interfaces implemented using lua scripts") )
add_shortcut( "luaintf" )
add_shortcut( "luahttp" )
/* add_shortcut( "http" ) */
add_shortcut( "http" )
add_shortcut( "luatelnet" )
add_shortcut( "telnet" )
add_shortcut( "luahotkeys" )
......
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