Commit 9d83faef authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Consider lua in the Main Interface category

(cherry picked from commit 0c60f1a7)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent f9adddf1
......@@ -91,7 +91,7 @@ vlc_module_begin ()
set_shortname( N_("Lua") )
set_description( N_("Lua interpreter") )
set_category( CAT_INTERFACE )
set_subcategory( SUBCAT_INTERFACE_CONTROL )
set_subcategory( SUBCAT_INTERFACE_MAIN )
add_string( "lua-intf", "dummy",
INTF_TEXT, INTF_LONGTEXT, false )
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