]> git.sesse.net Git - vlc/blobdiff - modules/control/rc.c
Improvements to preferences
[vlc] / modules / control / rc.c
index 6696d9a3b06059b63b30e659bf68f8178aefa75e..23fdd2c764ce2dd197c7941214b6421313b57d07 100644 (file)
@@ -150,6 +150,8 @@ void __msg_rc( intf_thread_t *p_intf, const char *psz_fmt, ... )
 #endif
 
 vlc_module_begin();
+    set_category( CAT_INTERFACE );
+    set_subcategory( SUBCAT_INTERFACE_CONTROL );
     set_description( _("Remote control interface") );
     add_bool( "rc-show-pos", 0, NULL, POS_TEXT, POS_LONGTEXT, VLC_TRUE );
 #ifdef HAVE_ISATTY