Commit 0c60f1a7 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Consider lua in the Main Interface category

parent e0eb0da8
...@@ -83,7 +83,7 @@ vlc_module_begin () ...@@ -83,7 +83,7 @@ vlc_module_begin ()
set_shortname( N_("Lua") ) set_shortname( N_("Lua") )
set_description( N_("Lua interpreter") ) set_description( N_("Lua interpreter") )
set_category( CAT_INTERFACE ) set_category( CAT_INTERFACE )
set_subcategory( SUBCAT_INTERFACE_CONTROL ) set_subcategory( SUBCAT_INTERFACE_MAIN )
add_string( "lua-intf", "dummy", add_string( "lua-intf", "dummy",
INTF_TEXT, INTF_LONGTEXT, false ) INTF_TEXT, INTF_LONGTEXT, false )
add_string( "lua-config", "", add_string( "lua-config", "",
......
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