1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00

Consider lua in the Main Interface category

This commit is contained in:
Jean-Baptiste Kempf 2012-01-31 23:22:00 +01:00
parent e0eb0da89a
commit 0c60f1a718

View File

@ -83,7 +83,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", "",