[vlc-commits] Consider lua in the Main Interface category
Jean-Baptiste Kempf
git at videolan.org
Tue Jan 31 23:22:03 CET 2012
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Jan 31 23:22:00 2012 +0100| [0c60f1a718fe054794c8bce02b87cffa82035bfd] | committer: Jean-Baptiste Kempf
Consider lua in the Main Interface category
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0c60f1a718fe054794c8bce02b87cffa82035bfd
---
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 7c4ba5d..d9af3a2 100644
--- a/modules/lua/vlc.c
+++ b/modules/lua/vlc.c
@@ -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", "",
More information about the vlc-commits
mailing list