vlc/vlc-2.0 | branch: master | Jean-Baptiste Kempf <[email protected]> | Tue Jan 31 23:22:00 2012 +0100| [9d83faefd059a710748e735235a0d2dde8f7d868] | committer: Jean-Baptiste Kempf
Consider lua in the Main Interface category (cherry picked from commit 0c60f1a718fe054794c8bce02b87cffa82035bfd) Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=9d83faefd059a710748e735235a0d2dde8f7d868 --- modules/lua/vlc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/modules/lua/vlc.c b/modules/lua/vlc.c index 5433eb8..c3d427d 100644 --- a/modules/lua/vlc.c +++ b/modules/lua/vlc.c @@ -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", "", _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
